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
39
40
41
42
43
44
|
{
"name": "vvalls",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git://github.com/okfocus/vvalls.git"
},
"dependencies": {
"express": "~3.4.8",
"monk": "~0.7.1",
"socket.io": "~0.9.16",
"geocoder": "~0.1.0",
"geolib": "~1.3.5",
"connect-mongo": "~0.4.1",
"passport": "~0.2.0",
"passport-twitter": "~1.0.2",
"passport-facebook": "~1.0.3",
"passport.socketio": "~3.0.1",
"node-restful": "~0.1.14",
"ejs": "^0.8.8",
"useful-string": "0.0.1",
"express-subdomain-handler": "~0.1.0",
"lodash": "~2.4.1",
"express-subdomains": "0.0.5",
"mers": "~0.7.2",
"mongoose": "~3.8.8",
"baucis": "~0.15.1",
"baucis-swagger": "~0.2.5",
"mongoose-unique-validator": "~0.3.0",
"mongoose-lifecycle": "~1.0.0",
"knox": "~0.8.10",
"moment": "~2.6.0",
"html-entities": "~1.0.10"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.5",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-dentist": "~0.3.4"
}
}
|