-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 759 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 759 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
{
"name": "ideadeck",
"version": "0.0.0",
"private": true,
"main": "bin/www",
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.15.1",
"compression": "^1.6.2",
"cookie-parser": "~1.4.3",
"debug": "~4.1.1",
"express": "~4.13.4",
"gulp": "^3.9.1",
"gulp-minifier": "^0.1.4",
"gulp-selectors": "^0.1.9",
"helmet": "^2.2.0",
"jade": "~1.11.0",
"jstransformer-uglify-js": "^1.1.1",
"morgan": "~1.9.1",
"pug": "^0.1.0",
"serve-favicon": "~2.3.0",
"validator": "^6.0.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-imagemin": "^3.0.3",
"gulp-minifier": "^0.1.4",
"gulp-selectors": "^0.1.9"
},
"engines": {
"node": "6.6.0"
}
}