zips
Version:
Light, fast, tree-based way to get cities by zipcode and location.
33 lines (32 loc) • 662 B
JSON
{
"name": "zips",
"version": "1.1.3",
"description": "Light, fast, tree-based way to get cities by zipcode and location.",
"author": "Chris Hallberg",
"homepage": "https://github.com/crhallberg/zips#readme",
"license": "MIT",
"bugs": {
"url": "https://github.com/crhallberg/zips/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/crhallberg/zips.git"
},
"main": "index.js",
"scripts": {
"update": "node ./update.js",
"test": "mocha"
},
"devDependencies": {
"mocha": "^3.5.3"
},
"keywords": [
"zipcodes",
"zip",
"code",
"geo",
"zipcode",
"postal",
"code"
]
}