-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 787 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 787 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
34
35
36
37
{
"name": "travelpal",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node app.js"
},
"dependencies": {
"body-parser": "~1.13.2",
"compression": "^1.6.1",
"cookie-parser": "~1.3.5",
"cors": "^2.7.1",
"debug": "~2.2.0",
"errorhandler": "^1.4.3",
"express": "~4.13.1",
"gulp-nodemon": "^2.0.6",
"jade": "~1.11.0",
"lodash": "^4.11.2",
"method-override": "^2.3.5",
"morgan": "~1.6.1",
"multer": "^1.1.0",
"mysql": "^2.10.2",
"pg": "^4.5.5",
"pg-hstore": "^2.3.2",
"sequelize": "^2.0.0-rc1",
"sequelize-cli": "^2.4.0",
"serve-favicon": "~2.3.0",
"sqlite3": "^3.1.3"
},
"devDependencies": {
"gulp": "^3.9.1"
},
"engines": {
"node": "5.10.x",
"npm": "3.8.x"
}
}