-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.73 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
51
52
53
54
55
56
57
{
"name": "gitbook-start-alex-moi-nitesh",
"version": "1.2.66",
"description": "Module to build a book on GitBook",
"main": "bin/gitbook-start-alex-moi-nitesh.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ULL-ESIT-SYTW-1617/creacion-de-paquetes-y-modulos-en-nodejs-alex-moi.git",
"wiki": "https://github.com/ULL-ESIT-SYTW-1617/creacion-de-paquetes-y-modulos-en-nodejs-alex-moi.wiki.git"
},
"keywords": [
"gitbook",
"npm package"
],
"author": "Moises Yanes Carballo <[email protected]> (http://alu0100782851.github.io/)",
"contributors": [
{
"name": "Alexander Cole Mora",
"email": "[email protected]",
"url": "http://alu0100767421.github.io/"
},
{
"name": "Nitesh Gul Ramnani",
"email": "[email protected]",
"url": "http://alu0100814651.github.io/blog/"
}
],
"license": "ISC",
"bugs": {
"url": "https://github.com/ULL-ESIT-SYTW-1617/creacion-de-paquetes-y-modulos-en-nodejs-alex-moi/issues"
},
"bin": {
"gitbook-start-alex-moi-nitesh": "./bin/gitbook-start-alex-moi-nitesh.js"
},
"homepage": "https://github.com/ULL-ESIT-SYTW-1617/creacion-de-paquetes-y-modulos-en-nodejs-alex-moi#readme",
"dependencies": {
"child_process": "^1.0.2",
"ejs": "^2.5.2",
"express": "^4.14.0",
"fs-extended": "^0.2.1",
"gh-pages": "^0.11.0",
"git-config": "0.0.7",
"gitbook-cli": "^2.3.0",
"gulp": "^3.9.1",
"gulp-git": "^1.12.0",
"gulp-shell": "^0.5.2",
"minimist": "^1.2.0",
"path": "^0.12.7",
"prompt": "^1.0.0",
"simple-git": "^1.51.0",
"ssh-exec": "^2.0.0"
}
}