currency-map-symbol
Version:
A function to lookup the currency symbol for a given currency code
35 lines (34 loc) • 1 kB
JSON
{
"name": "currency-map-symbol",
"version": "4.0.5",
"description": "A function to lookup the currency symbol for a given currency code",
"main": "currency-map-symbol.js",
"scripts": {
"test": "jest --verbose",
"test:watch": "jest --watch --verbose",
"test:coverage": "jest --coverage --verbose",
"prepublishOnly": "npm run test:coverage"
},
"keywords": [
"currency",
"currencies",
"symbols",
"symbol"
],
"author": "Zak Zubair <zakaaf@hotmail.co.uk>",
"repository": {
"type": "git",
"url": "git+https://github.com/ZakZubair/currency-map-symbol.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"license": "MIT",
"devDependencies": {
"jest": "^21.2.1"
},
"bugs": {
"url": "https://github.com/ZakZubair/currency-map-symbol/issues"
},
"homepage": "https://github.com/ZakZubair/currency-map-symbol#readme"
}