{
  "name": "currency-symbol-map",
  "version": "2.2.0",
  "description": "A function to lookup the currency symbol for a given currency code",
  "main": "currency-symbol-map.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "publishConfig": {
    "registry": "http://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"
  }
}
