UNPKG

dc-mar

Version:

Node module for DC Master Address Repository API

44 lines (43 loc) 865 B
{ "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": "keith@iveys.org" }, "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" } }