-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.45 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
48
49
50
{
"name": "gitbook-boilerplate",
"version": "0.0.1",
"description": "GitBook Boilerplate",
"main": "index.js",
"scripts": {
"generate-gitbook": "gulp generateGitbook",
"generate-wiki": "gulp generateWiki",
"build": "gulp",
"deploy-gitbook": "gulp deployGitbook",
"deploy-wiki": "gulp deployWiki",
"deploy": "gulp deploy",
"version": "echo \"Error: WIP\" && exit 1",
"postinstall": "node node_modules/gitbook-cli/bin/gitbook.js install",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ULL-ESIT-SYTW-1617/tareas-iniciales-rafadanipedro.git",
"wiki": "https://github.com/ULL-ESIT-SYTW-1617/tareas-iniciales-rafadanipedro.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",
"standard": {
"parser": "babel-eslint"
},
"devDependencies": {
"babel-polyfill": "6.13.0",
"babel-preset-es2015": "6.14.0",
"babel-preset-stage-0": "6.5.0",
"babel-register": "6.14.0",
"fs-promise": "0.5.0",
"gh-pages": "0.11.0",
"gitbook-cli": "2.3.0",
"gulp": "gulpjs/gulp#4.0",
"gulp-clean": "^0.3.2",
"gulp-ssh": "^0.6.0",
"lodash": "4.16.2",
"simple-git": "1.51.0"
}
}