-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.34 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": "electionland-mc-reporting",
"version": "0.0.1",
"description": "Reporting for Mobile Commons data for Electionland",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test DEBUG=0 tape tests/**/*.js tests/*.js | tap-spec"
},
"repository": {
"type": "git",
"url": "[email protected]:datanews/electionland-mc-reporting"
},
"author": "",
"license": "MIT",
"engines": {
"node": "^6.9.1"
},
"dependencies": {
"apicache": "^0.2.3",
"body-parser": "^1.15.2",
"connect-redis": "^3.1.0",
"cookie-parser": "^1.4.3",
"d3-dsv": "^1.0.3",
"d3-queue": "^3.0.3",
"debug": "^2.2.0",
"dotenv": "^2.0.0",
"ejs": "^2.5.2",
"express": "^4.14.0",
"express-session": "^1.14.1",
"flat": "^2.0.1",
"i18n": "^0.8.3",
"lodash": "^4.16.4",
"mkdirp": "^0.5.1",
"moment-timezone": "^0.5.5",
"mongoose": "^4.6.3",
"morgan": "^1.7.0",
"newrelic": "^1.33.0",
"node-cache": "^4.1.0",
"parse-link-header": "^0.4.1",
"passport": "^0.3.2",
"passport-http": "^0.3.0",
"passport-slack": "0.0.6",
"redis": "^2.6.3",
"request": "^2.75.0",
"serve-favicon": "^2.3.0",
"shorthash": "0.0.2",
"xml2js": "^0.4.17"
},
"devDependencies": {
"faker": "^3.1.0",
"supertest": "^2.0.1",
"tap-spec": "^4.1.1",
"tape": "^4.6.2"
}
}