-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
47 lines (47 loc) · 1.13 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
{
"title": "Humanity Box",
"author": "Humanity Box",
"name": "humanitybox",
"homepage": "http://humanitybox.com/",
"description": "The Humanity Box platform.",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "[email protected]:nicksergeant/humanitybox.git"
},
"bugs": {
"url": "https://github.com/nicksergeant/humanitybox/issues"
},
"licenses": [],
"engines": {
"node": ">= 0.8.4"
},
"dependencies": {
"basic-auth": "0.0.1",
"bcrypt-nodejs": "0.0.3",
"bluebird": "^3.4.0",
"body-parser": "^1.3.1",
"cloudfront": "^0.3.3",
"compression": "^1.0.7",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.3.1",
"ejs": "~0.8",
"errorhandler": "^1.1.0",
"express": "^4.4.3",
"express-session": "^1.4.0",
"futures": "^2.3.3",
"jshint": "^2.5.1",
"knox": "0.8.8",
"mongodb": "^2.1.18",
"morgan": "^1.1.1",
"node-uuid": "^1.4.1",
"passport": "^0.2.0",
"passport-local": "^1.0.0",
"q": "^1.0.1",
"raven": "^0.6.3",
"request": "^2.39.0",
"rethinkdb": "^2.2.0",
"s3-lister": "^0.1.0",
"serve-favicon": "^2.3.0"
}
}