{
  "name": "currency-symbol-map",
  "version": "5.1.0",
  "description": "A function to lookup the currency symbol for a given currency code",
  "main": "currency-symbol-map.js",
  "scripts": {
    "test": "standard && tape test.js | tap-spec"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:bengourley/currency-symbol-map.git"
  },
  "keywords": [
    "currency",
    "symbol"
  ],
  "author": "Ben Gourley",
  "license": "BSD-2-Clause",
  "bugs": {
    "url": "https://github.com/bengourley/currency-symbol-map/issues"
  },
  "devDependencies": {
    "standard": "^16.0.3",
    "tap-spec": "^5.0.0",
    "tape": "^5.1.1"
  }
}
