UNPKG

ecb-exchange-rates

Version:

European Central Bank Exchange Rates API client module for nodejs

31 lines (30 loc) 738 B
{ "name": "ecb-exchange-rates", "version": "0.0.7", "description": "European Central Bank Exchange Rates API client module for nodejs", "main": "currencyConverter.js", "scripts": { "test": "node test.js" }, "repository": { "type": "git", "url": "https://github.com/facundofarias/ecb-exchange-rates.git" }, "keywords": [ "ecb", "exchange-rates", "currency", "europe" ], "author": "facundo.farias@gmail.com", "license": "MIT", "bugs": { "url": "https://github.com/facundofarias/ecb-exchange-rates/issues" }, "homepage": "https://github.com/facundofarias/ecb-exchange-rates", "dependencies": { "request": "^2.40.0", "underscore": "^1.7.0", "xml2js": "^0.4.4" } }