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
45
46
|
{
"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",
"connect-mongo": "~0.4.1",
"passport": "~0.2.0",
"passport-local": "~1.0.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",
"express-subdomains": "0.0.5",
"lodash": "~2.4.1",
"mongoose": "~3.8.8",
"mongoose-unique-validator": "~0.3.0",
"mongoose-lifecycle": "~1.0.0",
"knox": "~0.8.10",
"moment": "~2.6.0",
"html-entities": "~1.0.10",
"multer": "~0.1.0",
"body-parser": "1.3.0",
"marked": "~0.3.2",
"emailjs": "~0.3.6",
"intro.js": "^0.9.0"
},
"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",
"mocha": "~1.20.1"
}
}
|