forked from mozilla/badge-the-world
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1 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
{
"name": "badgetheworld",
"version": "2.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"watch": "nodemon bin/www"
},
"author": "Keith Hill <keith@bluemantis.com>",
"license": "MPL",
"dependencies": {
"body-parser": "^1.10.2",
"chai": "~1.8.1",
"connect-multiparty": "^2.0.0",
"cookie-parser": "^1.3.3",
"csurf": "~1.8.3",
"debug": "^2.1.1",
"dotenv": "^2.0.0",
"express": "^4.11.1",
"express-csv": "~0.6.0",
"express-mailer": "~0.3.0",
"express-recaptcha": "~2.0.0",
"express-responsive": "~0.1.0",
"express-session": "^1.10.1",
"jade": "^1.9.1",
"mocha": "~1.14.0",
"morgan": "^1.5.1",
"passport": "^0.2.1",
"passport-local": "^1.0.0",
"passport-local-sequelize": "^0.6.0",
"pg": "^4.5.5",
"pg-hstore": "^2.3.2",
"querystring": "~0.2.0",
"request": "^2.72.0",
"sequelize": "^3.22.0",
"serve-favicon": "^2.2.0",
"should": "~2.1.0",
"vhost": "~3.0.0",
"vows": "^0.8.1"
}
}