UNPKG

countryjs

Version:

A utility library for returning country data, ISO info and states/provinces within them.

48 lines (47 loc) 1.39 kB
{ "name": "countryjs", "version": "1.8.0", "description": "A utility library for returning country data, ISO info and states/provinces within them.", "main": "index.js", "author": "Trent Oswald <trentoswald@therebelrobot.com> (http://therebelrobot.com)", "license": "ISC", "contributors": [ "Trent Oswald <trentoswald@therebelrobot.com> [@therebelrobot] (http://therebelrobot.com)", "Scott Hillman <hillmanov@gmail.com> [@hillmanov]", "Michael Scott Hertzberg <mshertzberg@gmail.com> [@moimikey] (http://michael.hertzberg.co)", "Loris Guignard <loris.guignard@gmail.com> [@loris]", "Brandon Copley <copley.brandon@gmail.com> [@brandoncopley]" ], "repository": "progressclaim/countryjs", "engines": [ "node" ], "scripts": { "pretest": "./node_modules/standard/bin/cmd.js", "test": "./node_modules/istanbul/lib/cli.js cover _mocha --" }, "keywords": [ "country", "iso", "states", "provinces", "countries", "state", "province" ], "bugs": { "url": "https://github.com/therebelrobot/countryjs/issues" }, "homepage": "https://github.com/therebelrobot/countryjs", "dependencies": { "lodash": "^4.17.2", "minimatch": "^3.0.3", "require-all": "^2.2.0" }, "devDependencies": { "chai": "^2.1.0", "istanbul": "^0.4.5", "mocha": "^2.1.0", "standard": "^8.5.0" } }