- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
29 lines (29 loc) · 632 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 632 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
{
"name": "node-elex",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node app.js"
},
"dependencies": {
"express": "^4.13.3",
"serve-favicon": "^2.3.0",
"morgan": "^1.6.1",
"cookie-parser": "^1.3.3",
"body-parser": "^1.13.3",
"compression": "^1.5.2",
"method-override": "^2.3.0",
"glob": "^5.0.3",
"sequelize": "^3.5.1",
"pg": "^4.4.1",
"pg-hstore": "2.3.2",
"nunjucks": "^2.0.0"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-sass": "^2.0.4",
"gulp-nodemon": "^2.0.2",
"gulp-livereload": "^3.8.0",
"gulp-plumber": "^1.0.0"
}
}