-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.96 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
58
59
60
61
62
63
64
65
66
67
68
{
"name": "proyecto-sytw-alex-moi",
"version": "0.0.31",
"description": "Module to build a book on GitBook",
"main": "bin/proyecto-alex-moi.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/proyecto-sytw-16-17-alex-moi.git",
"wiki": "https://github.com/ULL-ESIT-SYTW-1617/proyecto-sytw-16-17-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/"
}
],
"license": "ISC",
"bugs": {
"url": "https://github.com/ULL-ESIT-SYTW-1617/proyecto-sytw-16-17-alex-moi/issues"
},
"bin": {
"proyecto-alex-moi": "./bin/proyecto-alex-moi.js"
},
"homepage": "https://github.com/ULL-ESIT-SYTW-1617/proyecto-sytw-16-17-alex-moi#readme",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.15.2",
"child_process": "^1.0.2",
"connect-ensure-login": "^0.1.1",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"ejs": "^2.5.2",
"express": "^4.14.0",
"express-ejs-layouts": "^2.2.0",
"express-session": "^1.14.2",
"fs-extended": "^0.2.1",
"fs-extra": "^1.0.0",
"git-config": "0.0.7",
"git-url-parse": "^6.0.7",
"gulp": "^3.9.1",
"gulp-git": "^1.12.0",
"gulp-shell": "^0.5.2",
"minimist": "^1.2.0",
"mongoose": "^4.7.2",
"morgan": "^1.7.0",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-google-oauth": "^1.0.0",
"passport-google-oauth2": "^0.1.6",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"pdfcrowd": "^1.1.1",
"prompt": "^1.0.0",
"sequelize": "^3.27.0",
"sqlite3": "^3.1.8",
"ssh-exec": "^2.0.0"
}
}