{
  "name": "is-currency-code",
  "version": "1.2.0",
  "description": "Validates whether a given input is a valid ISO 4217 currency code",
  "scripts": {
    "test": "xo && ava"
  },
  "ava": {
    "verbose": true
  },
  "xo": {
    "space": true
  },
  "files": [
    "index.js",
    "currency-codes.json"
  ],
  "author": {
    "name": "Hugo Muller-Downing",
    "email": "npmjs@hugo.sx",
    "url": "hu.md"
  },
  "homepage": "https://github.com/hugomd/is-currency-code#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hugomd/is-currency-code.git"
  },
  "keywords": [
    "currency",
    "code",
    "currencies",
    "codes"
  ],
  "license": "MIT",
  "devDependencies": {
    "ava": "^0.19.1",
    "xo": "^0.18.2"
  },
  "bugs": {
    "url": "https://github.com/hugomd/is-currency-code/issues"
  }
}
