-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
59 lines (59 loc) · 1.37 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
56
57
58
59
{
"name": "oversight",
"version": "0.0.1",
"description": "An ode to the oversight community of the United States government.",
"main": "app.js",
"private": true,
"scripts": {
"test": "tasks/tests",
"clean": "touch public/css/main.css && rm public/css/main.css"
},
"repository": {
"type": "git",
"url": "git://github.com/konklone/oversight.git"
},
"keywords": [
"oversight",
"government",
"foia",
"inspector general",
"reports"
],
"author": {
"name": "Eric Mill",
"email": "[email protected]",
"url": "https://konklone.com"
},
"license": "CC0",
"bugs": {
"url": "https://github.com/konklone/oversight/issues"
},
"homepage": "https://github.com/konklone/oversight",
"dependencies": {
"async": "^2.0.0",
"aws-sdk": "^2.192.0",
"body-parser": "^1.17.1",
"ejs": "^2.5.5",
"elasticsearch": "^15.0.0",
"errorhandler": "^1.4.3",
"express": "^4.15.3",
"glob": "^7.0.5",
"http-aws-es": "^6.0.0",
"js-yaml": "^3.13.1",
"minimist": "^1.2.0",
"moment": "^2.20.1",
"numeral": "^2.0.1",
"worker-farm": "^1.3.1"
},
"devDependencies": {
"faucet": "0.0.1",
"intercept-stdout": "^0.1.2",
"jshint": "^2.10.2",
"request": "^2.86.0",
"tape": "^4.6.0",
"tv4": "^1.2.7",
"webdriverio": "^4.0.4",
"xmldom": "^0.1.22",
"xpath": "0.0.27"
}
}