-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 774 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 774 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
{
"name": "linger",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node bin/www"
},
"dependencies": {
"body-parser": "~1.12.0",
"cookie-parser": "~1.3.4",
"cors": "^2.7.1",
"debug": "~2.1.1",
"express": "~4.12.2",
"express-session": "^1.11.3",
"fb": "^0.7.0",
"geolib": "^2.0.17",
"googlemaps": "^1.0.1",
"jade": "~1.9.2",
"mongodb": "^2.0.39",
"monk": "^1.0.1",
"morgan": "~1.5.1",
"passport": "^0.2.2",
"passport-custom": "^1.0.1",
"passport-facebook": "^2.0.0",
"passport-oauth": "^1.0.0",
"q": "^1.4.1",
"qr-image": "^3.1.0",
"request": "^2.61.0",
"serve-favicon": "~2.2.0",
"sha1": "^1.1.1",
"socket.io": "^1.3.6",
"underscore": "^1.8.3"
}
}