-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
72 lines (72 loc) · 1.95 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
69
70
71
72
{
"name": "gitbook-start-heroku-josue-nayra",
"version": "1.3.7",
"description": "Plugin that lets users to deploy a gitbook in Heroku",
"main": "gitbook-start-heroku-josue-nayra.js",
"scripts": {
"start": "node ./bin/gitbook-start-heroku-josue-nayra.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ULL-ESIT-SYTW-1617/gitbook-start-heroku-josue-nayra.git"
},
"contributors": [
{
"name": "Josue Toledo",
"email": "[email protected]",
"url": "www.github.com/JosueTC94"
},
{
"name": "Nayra Rodriguez",
"email": "[email protected]",
"url": "www.github.com/alu0100406122"
}
],
"keywords": [
"Gitbook",
"deploy",
"heroku"
],
"author": [
"Josue Toledo",
"Nayra Rodríguez"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/ULL-ESIT-SYTW-1617/gitbook-start-heroku-josue-nayra/issues"
},
"homepage": "https://github.com/ULL-ESIT-SYTW-1617/gitbook-start-heroku-josue-nayra#readme",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.15.2",
"connect-ensure-login": "^0.1.1",
"cookie-parser": "^1.4.3",
"dropbox": "^2.4.0",
"ejs": "^2.5.2",
"express": "^4.14.0",
"express-passport-logout": "^0.1.0",
"express-session": "^1.14.2",
"fs-extra": "^0.30.0",
"gulp": "^3.9.1",
"gulp-install": "^0.6.0",
"gulp-shell": "^0.5.2",
"heroku-client": "^3.0.0-beta3",
"inquirer": "^1.2.3",
"jsonfile": "^2.4.0",
"minimist": "^1.2.0",
"morgan": "^1.7.0",
"octonode": "^0.7.6",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-github": "^1.1.0",
"passport-google-oauth20": "^1.0.0",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.4",
"path": "^0.12.7",
"prompt": "^1.0.0",
"sequelize": "^3.27.0",
"simple-git": "^1.62.0",
"sqlite3": "^3.1.8"
}
}