{
  "name": "@khemlabs/countryjs-progressclaim-fork",
  "version": "1.5.3",
  "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> (http://therebelrobot.com)",
    "Scott Hillman <hillmanov@gmail.com>",
    "Michael Scott Hertzberg <mshertzberg@gmail.com> (http://michael.hertzberg.co)",
    "Loris Guignard <loris.guignard@gmail.com>"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/progressclaim/countryjs.git"
  },
  "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": {
    "bulk-require": "^0.2.1",
    "lodash": "^4.2.1"
  },
  "devDependencies": {
    "chai": "^2.1.0",
    "istanbul": "^0.3.7",
    "mocha": "^2.1.0",
    "standard": "^2.11.0"
  },
  "directories": {
    "lib": "lib",
    "test": "test"
  }
}
