oip-exchange-rate
Version:
Get the Exchange Rate for many cryptocurrencies
41 lines (40 loc) • 1.13 kB
JSON
{
"name": "oip-exchange-rate",
"version": "1.0.7",
"description": "Get the Exchange Rate for many cryptocurrencies",
"main": "lib/index.js",
"dependencies": {
"axios": "^0.18.0",
"insight-explorer": "^1.0.3"
},
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"babel-cli": "^6.26.0",
"jest": "^23.1.0",
"jsdoc": "^3.5.5",
"jsdoc-template": "git+https://github.com/oipwg/jsdoc-template.git"
},
"scripts": {
"test": "npm run compile && jest",
"compile": "./node_modules/.bin/babel --presets es2015 -d lib/ src/",
"prepare": "npm run generate-docs && npm run compile",
"generate-docs": "node_modules/.bin/jsdoc --readme ./README.md -c jsdoc.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oipwg/oip-exchange-rate.git"
},
"keywords": [
"OIP"
],
"author": "Sky Young <sky@alexandria.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/oipwg/oip-exchange-rate/issues"
},
"homepage": "https://github.com/oipwg/oip-exchange-rate#readme",
"jest": {
"testEnvironment": "node"
},
"files": ["lib"]
}