scott-wyatt/countrystatesjs

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "countrystatesjs",
  "version": "0.0.12",
  "description": "A utility library for returning state/province data given a country",
  "main": "index.js",
  "author": "Scott Wyatt <scottwyatt86@gmail.com> (http://cali-style.com)",
  "license": "MIT",
  "repository": "scott-wyatt/countrystatesjs",
  "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/scott-wyatt/countrystatesjs/issues"
  },
  "homepage": "https://github.com/scott-wyatt/countrystatesjs",
  "dependencies": {
    "bulk-require": "^1.0.0",
    "lodash": "^4.2.1"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "istanbul": "^0.4.4",
    "mocha": "^3.0.0",
    "standard": "^8.0.0"
  }
}