-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 850 Bytes
/
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
{
"name": "neighborhood-map",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "gulp pro"
},
"dependencies": {
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.1",
"jade": "~1.11.0",
"knockout": "^3.4.1",
"morgan": "~1.6.1",
"serve-favicon": "^2.4.1",
"stylus": "^0.54.5",
"superagent": "^3.4.4"
},
"devDependencies": {
"browser-sync": "^2.18.8",
"browserify": "^14.1.0",
"gulp": "^3.9.1",
"gulp-browserify": "^0.5.1",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.1",
"gulp-nodemon": "^2.2.1",
"gulp-streamify": "^1.0.2",
"gulp-stylus": "^2.6.0",
"gulp-uglify": "^2.0.1",
"gulp-uglifycss": "^1.0.6",
"gulp-util": "^3.0.8",
"nodemon": "^1.11.0",
"vinyl-source-stream": "^1.1.0"
}
}