nytdistricts
Version:
an npm module for the NYT districts api
27 lines (26 loc) • 592 B
JSON
{
"name": "nytdistricts",
"version": "0.0.5",
"description": "an npm module for the NYT districts api",
"main": "nytdistricts.js",
"scripts": {
"test": "npm test"
},
"keywords": [
"npm",
"nyt",
"districts"
],
"author": {"name": "Jisan Zaman",
"url": "https://github.com/superjisan"},
"repository": {
"type": "git",
"url": "https://github.com/superjisan/nytdistricts"
},
"homepage": "https://github.com/superjisan/nytdistricts",
"license": "ISC",
"dependencies": {
"request": "~2.37.0"
},
"readmeFilename": "README.md"
}