-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 865 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
42
43
{
"name": "dc-mar",
"version": "0.6.1",
"description": "Node module for DC Master Address Repository API",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kcivey/dc-mar-js.git"
},
"keywords": [
"washington dc",
"address",
"ward",
"anc",
"precinct",
"geocoding",
"advisory neighborhood commission"
],
"author": {
"name": "Keith C. Ivey",
"email": "[email protected]"
},
"engines": {
"node": ">=6"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/kcivey/dc-mar-js/issues"
},
"homepage": "https://github.com/kcivey/dc-mar-js#readme",
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^8.56.0",
"mocha": "^10.2.0",
"nock": "^13.5.1"
},
"dependencies": {
"axios": "^1.6.7"
}
}