-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
41 lines (41 loc) · 989 Bytes
/
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": "wetheusers-backend",
"version": "1.0.0",
"description": "Backend services for the We the Users campaign",
"main": "index.js",
"scripts": {
"start": "node bin/start_server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/tfrce/wetheusers-backend.git"
},
"author": "Leah Jones",
"license": "MIT",
"bugs": {
"url": "https://github.com/tfrce/wetheusers-backend/issues"
},
"engines": {
"node": "0.10.x"
},
"homepage": "https://github.com/tfrce/wetheusers-backend",
"dependencies": {
"URIjs": "^1.14.1",
"config": "^1.7.0",
"dirty": "^0.9.9",
"hapi": "^7.4.0",
"hiredis": "^0.1.17",
"joi": "^4.7.0",
"kue": "^0.8.9",
"limiter": "^1.0.5",
"lodash": "^2.4.1",
"redis": "^0.12.1",
"request": "^2.47.0",
"wethepeople": "^0.1.0"
},
"devDependencies": {
"gulp": "^3.8.10",
"require-dir": "^0.1.0"
}
}