-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.35 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
{
"name": "tareas-iniciales",
"version": "0.0.1",
"description": "Tareas iniciales",
"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/Losnen/tareas-iniciales-aitor-joshua-samuel",
"wiki": "https://github.com/enten/gitbook-boilerplate.wiki.git"
},
"keywords": [
"gitbook",
"boilerplate",
"starter"
],
"author": "Aitor Bernal Falcón, Joshua Perez García, Samuel Ramos Barroso",
"license": "MIT",
"bugs": {
"url": "https://github.com/Losnen/tareas-iniciales-aitor-joshua-samuel/issues"
},
"homepage": "https://losnen.github.io/tareas-iniciales-aitor-joshua-samuel/",
"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-gh-pages": "^0.5.4",
"gulp-shell": "^0.5.2"
}
}