-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 900 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
37
38
{
"name": "lunchnavigatorify",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./app.js"
},
"dependencies": {
"body-parser": "~1.0.0",
"cookie-parser": "~1.0.1",
"crypto": "0.0.3",
"debug": "~0.7.4",
"express": "~4.2.0",
"express-session": "^1.9.3",
"gps2zip": "^1.1.0",
"jade": "~1.3.0",
"lodash": "~2.4.1",
"mongojs": "^0.18.0",
"morgan": "~1.0.0",
"passport": "^0.2.1",
"passport-google-oauth": "^0.1.5",
"socket.io": "^1.2.1",
"static-favicon": "~1.0.0",
"yelp": "^0.1.1"
},
"devDependencies": {
"gulp": "~3.7.0",
"gulp-autoprefixer": "0.0.7",
"gulp-concat": "^2.2.0",
"gulp-jshint": "~1.6.2",
"gulp-nodemon": "^1.0.4",
"gulp-rename": "~1.2.0",
"gulp-stylus": "~1.0.2",
"gulp-uglify": "~0.3.0",
"jshint-stylish": "~0.2.0",
"serve-favicon": "^2.1.7"
}
}