forked from crguezl/ull-esit-1617
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.22 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
{
"name": "gitbook-boilerplate",
"version": "0.0.1",
"description": "GitBook Boilerplate",
"main": "index.js",
"scripts": {
"generate-gitbook": "./scripts/losh generate-gitbook",
"generate-wiki": "./scripts/losh generate-wiki",
"build": "npm install && npm i gitbook-cli && npm run generate-gitbook && npm run generate-wiki",
"deploy-gitbook": "./scripts/losh deploy-gitbook",
"deploy-wiki": "./scripts/losh deploy-wiki",
"deploy": "npm run build && npm run deploy-gitbook && npm run deploy-wiki",
"version": "./scripts/losh version",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/enten/gitbook-boilerplate.git",
"wiki": "https://github.com/enten/gitbook-boilerplate.wiki.git"
},
"keywords": [
"gitbook",
"boilerplate",
"starter"
],
"author": "Steven Enten <steven@enten.fr>",
"license": "MIT",
"bugs": {
"url": "https://github.com/enten/gitbook-boilerplate/issues"
},
"homepage": "https://github.com/enten/gitbook-boilerplate#readme",
"devDependencies": {
"async": "^1.4.0",
"fs-extra": "^0.22.1",
"gh-pages": "^0.3.1",
"gitbook-cli": "^0.3.4",
"gitbook": "^2.1.0"
}
}