-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.08 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "MyWeb",
"version": "2.0.0",
"description": "My Web Page",
"homepage": "https://wiibridges.com/",
"scripts": {
"blog:devServe": "http-server MyPage",
"blog:devREM": "for more diagnostics, use: '--debug' after the build option",
"blog:dev": "nodemon --exec \"npx gitbook build FireWithin MyPage/FireWithin\"",
"blog:build": "npx gitbook build FireWithin MyPage/FireWithin",
"blog:clean": "rimraf MyPage/FireWithin",
"blog:gitbook:help": "gitbook help",
"prepublish:web": "npm run blog:build",
"publish:web": "gh-pages --dist MyPage"
},
"repository": {
"type": "git",
"url": "https://github.com/KevinAst/MyWeb.git"
},
"keywords": [
"web page",
"geeku",
"astx"
],
"author": "Kevin J. Bridges <[email protected]> (https://github.com/KevinAst)",
"license": "MIT",
"nodemonConfig": {
"watch": [
"FireWithin/"
],
"ext": "md,js,css,jpg,png"
},
"devDependencies": {
"gh-pages": "^6.1.1",
"gitbook-cli": "^2.3.2",
"http-server": "^14.1.1",
"nodemon": "^2.0.15",
"rimraf": "^3.0.2"
}
}