-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 930 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
{
"name": "dc-elected-officials",
"version": "0.11.3",
"description": "Information on current and historical elected officials of the District of Columbia",
"repository": {
"type": "git",
"url": "git://github.com/kcivey/dc-elected-officials.git"
},
"author": {
"name": "Keith C. Ivey",
"email": "[email protected]"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/kcivey/dc-elected-officials/issues"
},
"dependencies": {
"camelize": "^1.0.0",
"js-yaml": "^3.14.1",
"moment": "^2.29.1"
},
"devDependencies": {
"cache-manager": "^3.6.0",
"cache-manager-fs": "^1.0.8",
"chai": "^4.2.0",
"cheerio": "^1.0.0-rc.10",
"csv-stringify": "^5.6.5",
"eslint": "^6.8.0",
"lodash": "^4.17.20",
"mocha": "^7.2.0",
"request": "^2.88.2",
"request-plus": "^2.0.0"
},
"scripts": {
"install": "./make-json.js",
"test": "mocha"
}
}