-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
59 lines (59 loc) · 1.47 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "rwd-spa-alljs-app",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node app.js",
"test": "node_modules\\.bin\\grunt mochaTest",
"precommit": "node_modules\\.bin\\grunt precommit"
},
"dependencies": {
"express": "4.x",
"connect": "*",
"jade": "*",
"mongodb": "*",
"mongoose" : "~3.8.1",
"passport" : "~0.1.17",
"passport-local" : "~0.1.6",
"passport-facebook" : "~1.0.2",
"passport-twitter" : "~1.0.2",
"passport-google-oauth" : "~0.1.5",
"connect-flash" : "~0.1.1",
"connect-mongo" : "*",
"bcrypt-nodejs" : "latest" ,
"config": "latest",
"express-session" : "~1.0.4",
"serve-favicon": "*",
"cookie-parser": "~1.0.1",
"body-parser": "~1.0.0",
"morgan": "~1.0.0",
"method-override" : "~1.0.0",
"errorhandler" : "*",
"socket.io": "~0.9.16",
"socket.io-client": "~0.9.16",
"i18n": "*",
"i18n-node-angular": "*",
"node-esapi": "*"
},
"devDependencies": {
"grunt": "latest",
"grunt-cli": "latest",
"grunt-mocha-test": "latest",
"chai": "~1.8.1",
"sinon": "~1.7",
"sinon-chai": "latest",
"supertest" : "latest",
"grunt-contrib-jshint": "latest",
"grunt-jsbeautifier": "latest",
"debug": "*",
"diff" : "*",
"formidable" : "*",
"form-data" : "*",
"extend" : "*",
"mime" : "*",
"readable-stream" : "*",
"qs" : "*",
"cookiejar": "*"
},
"main": "app.js"
}