UNPKG

datasets-us-states-abbr

Version:
52 lines (51 loc) 1.24 kB
{ "name": "datasets-us-states-abbr", "version": "1.0.0", "description": "US state abbreviations.", "author": { "name": "Athan Reines", "email": "kgryte@gmail.com" }, "contributors": [ { "name": "Athan Reines", "email": "kgryte@gmail.com" } ], "scripts": { "test": "mocha", "test-cov": "istanbul cover ./node_modules/.bin/_mocha --dir ./reports/coverage -- -R spec", "codecov": "istanbul cover ./node_modules/.bin/_mocha --dir ./reports/codecov/coverage --report lcovonly -- -R spec && cat ./reports/codecov/coverage/lcov.info | codecov && rm -rf ./reports/codecov" }, "main": "./lib", "repository": { "type": "git", "url": "git://github.com/datasets-io/us-states-abbr.git" }, "keywords": [ "datasets.io", "datasets-io", "datasets", "dataset", "data", "sample", "states", "us", "abbr", "abbreviations", "list" ], "bugs": { "url": "https://github.com/datasets-io/us-states-abbr/issues" }, "dependencies": {}, "devDependencies": { "chai": "3.x.x", "codecov.io": "^0.1.5", "istanbul": "^0.3.0", "jshint": "2.x.x", "jshint-stylish": "2.x.x", "mocha": "2.x.x" }, "license": "MIT" }