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
47
48
49
50
|
{
"name": "vvalls",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git://github.com/okfocus/vvalls.git"
},
"dependencies": {
"body-parser": "1.3.0",
"connect-mongo": "~0.4.1",
"ejs": "^0.8.8",
"emailjs": "~0.3.6",
"express": "^3.4.8",
"express-subdomain-handler": "~0.1.0",
"express-subdomains": "0.0.5",
"express-xml-bodyparser": "0.0.6",
"html-entities": "~1.0.10",
"inspect": "0.0.2",
"intro.js": "^0.9.0",
"js2xml": "",
"knox": "~0.8.10",
"lodash": "~2.4.1",
"marked": "~0.3.2",
"method-override": "^2.3.6",
"moment": "~2.6.0",
"mongoose": "^4.2.8",
"mongoose-lifecycle": "",
"mongoose-unique-validator": "",
"multer": "~0.1.0",
"node-recurly": "julescarbon/node-recurly",
"passport": "~0.2.0",
"passport-facebook": "~1.0.3",
"passport-local": "~1.0.0",
"passport-twitter": "~1.0.2",
"passport.socketio": "~3.0.1",
"socket.io": "~0.9.16",
"useful-string": "0.0.1",
"xml2js": ""
},
"devDependencies": {
"grunt": "",
"grunt-contrib-concat": "",
"grunt-contrib-uglify": "",
"grunt-contrib-watch": "",
"grunt-contrib-clean": "",
"grunt-contrib-copy": "",
"grunt-dentist": "",
"mocha": ""
}
}
|