UNPKG

us-state-codes

Version:
36 lines (35 loc) 778 B
{ "name": "us-state-codes", "version": "1.1.2", "description": "US state names and postal codes", "main": "index.js", "scripts": { "test": "mocha test/index.js" }, "repository": { "type": "git", "url": "https://github.com/mdzhang/us-state-codes.git" }, "keywords": [ "us", "state", "postal", "code", "name" ], "author": "Michelle D. Zhang <zhang.michelle.d@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/mdzhang/us-state-codes/issues" }, "homepage": "https://github.com/mdzhang/us-state-codes#readme", "dependencies": { "lodash.invert": "^4.3.0", "lodash.isstring": "^4.0.1", "lodash.map": "^4.6.0" }, "devDependencies": { "chai": "^3.2.0", "mocha": "^5.2.0" } }