-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
52 lines (52 loc) · 1.5 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
{
"name": "OpenXum",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "node app.js"
},
"dependencies": {
"async": "^0.9.0",
"connect-mongo": "^0.4.1",
"emailjs": "^0.3.8",
"express": "^4.3.0",
"compression": "^1.0.2",
"serve-static": "^1.1.0",
"body-parser": "^1.2.0",
"method-override": "^2.0.2",
"cookie-parser": "^1.3.2",
"express-session": "^1.2.0",
"morgan": "^1.1.1",
"jade": "^1.3.1",
"mongoose": "^3.8.10",
"moment": "^2.8.3",
"passport": "^0.2.0",
"passport-local": "^1.0.0",
"passport-oauth": "^1.0.0",
"passport-facebook": "^1.0.3",
"passport-github": "^0.1.5",
"passport-twitter": "^1.0.2",
"passport-google-oauth": "^0.1.5",
"passport-tumblr": "^0.1.2",
"helmet": "^0.2.1",
"bcrypt": "^0.7.8",
"websocket": "^1.0.8",
"easy-captcha": "^0.1.5",
"i18n-2": "^0.4.6",
"zombie": "^2.0.4",
"cucumber": "^0.4.4",
"chai": "^1.9.2"
},
"devDependencies": {
"grunt": "^0.4.4",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-contrib-less": "^0.11.0",
"grunt-concurrent": "^0.5.0",
"grunt-nodemon": "^0.2.1",
"grunt-newer": "^0.7.0",
"grunt-contrib-copy": "^0.5.0"
}
}