-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
47 lines (47 loc) · 1.54 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
41
42
43
44
45
46
47
{
"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/ULL-ESIT-SYTW-1617/tareas-iniciales-josue-nayra.git",
"wiki": "https://github.com/ULL-ESIT-SYTW-1617/tareas-iniciales-josue-nayra.wiki.git"
},
"keywords": [
"gitbook",
"boilerplate",
"starter"
],
"author": "Nayra Rodriguez-Josue Toledo",
"license": "MIT",
"bugs": {
"url": "https://github.com/ULL-ESIT-SYTW-1617/tareas-iniciales-josue-nayra/issues"
},
"homepage": "https://github.com/ULL-ESIT-SYTW-1617/tareas-iniciales-josue-nayra#readme",
"devDependencies": {
"async": "^1.4.0",
"fs-extra": "^0.22.1",
"gh-pages": "^0.3.1",
"gitbook": "^2.1.0",
"gitbook-cli": "^0.3.4",
"gulp": "^3.9.1",
"gulp-shell": "^0.5.2",
"gulp-watch": "^4.3.10"
},
"dependencies": {
"gitbook-plugin-bootstrap-callout": "^0.1.1",
"gitbook-plugin-exercises": "^2.1.1",
"gitbook-plugin-youtube": "^1.1.0"
}
}