ustates
Version:
US state by index, by name and by abbreviation
32 lines (31 loc) • 609 B
JSON
{
"name": "ustates",
"description": "US state by index, by name and by abbreviation",
"version": "0.1.6",
"author": "Jonathan Brumley <cayasso@gmail.com>",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/cayasso/ustates.git"
},
"scripts": {
"test": "mocha --reporter spec"
},
"keywords": [
"US",
"state",
"postal",
"code",
"index",
"states",
"America",
"United States"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/cayasso/ustates/issues"
},
"devDependencies": {
"mocha": "*"
}
}