-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 766 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 766 Bytes
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
{
"name": "travel",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"bluebird": "^3.3.4",
"body-parser": "~1.13.2",
// "bookshelf": "^0.9.1",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"ejs": "^2.3.4",
"express": "~4.13.1",
// "express-mysql-session": "^0.4.4",
"express-session": "^1.13.0",
"hapi": "^13.3.0",
"md5": "^2.1.0",
// "mongodb": "^2.1.7",
// "mongoose": "^4.4.8",
"morgan": "~1.6.1",
"nconf": "^0.8.2",
"node-gyp": "^3.3.1",
"node-inspector": "^0.12.7",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"pg": "^4.5.6",
"serve-favicon": "~2.3.0",
"socket.io": "^1.4.5",
"tinymce": "^4.3.11"
}
}