forked from etalab/hackdash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.42 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
{
"name": "hackdash",
"version": "0.10.1",
"private": true,
"scripts": {
"start": "NODE_PATH=. DEBUG=hackdash:* nodemon index",
"test": "NODE_PATH=. DEBUG=hackdash:* PORT=9999 NODE_ENV=test node_modules/mocha/bin/mocha test/bootstrap.test.js test/index.js -u bdd -R spec -b"
},
"dependencies": {
"async": "0.9.0",
"babel": "^5.8.21",
"body-parser": "1.12.4",
"commander": "1.1.1",
"compression": "1.4.4",
"connect-mongo": "0.8.1",
"cors": "2.7.1",
"debug": "^2.2.0",
"express": "4.12.4",
"express-session": "1.11.2",
"gravatar": "1.1.1",
"jade": "1.1.5",
"less-middleware": "1.0.4",
"markdown": "0.4.0",
"method-override": "2.3.3",
"moment": "1.7.2",
"mongodb": "^2.2.10",
"mongoose": "^4.1.3",
"morgan": "1.5.3",
"multer": "0.1.8",
"nodemailer": "0.4.4",
"passport": "0.2.2",
"passport-auth0": "^0.5.2",
"passport-facebook": "2.0.0",
"passport-github": "0.1.5",
"passport-google-oauth20": "^1.0.0",
"passport-http": "^0.3.0",
"passport-meetup": "0.1.2",
"passport-twitter": "1.0.3",
"prerender-node": "1.1.1",
"serve-favicon": "2.2.1",
"socket.io": "0.9.14",
"superagent": "0.10.0",
"underscore": "1.4.4"
},
"devDependencies": {
"chai": "^3.2.0",
"cobbler": "0.0.6",
"mocha": "^2.2.5",
"supertest": "^1.1.0"
},
"engines": {
"node": "0.10.x",
"npm": "1.3.x"
}
}