node-coinmarketcap
Version:
Node module to retrieve information from CoinMarketCap
30 lines (29 loc) • 697 B
JSON
{
"name": "node-coinmarketcap",
"version": "0.2.0",
"description": "Node module to retrieve information from CoinMarketCap",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Aex12/node-coinmarketcap.git"
},
"keywords": [
"coinmarketcap",
"cryptocurrencies",
"cryptocoins",
"analytics",
"api"
],
"author": "Alex Caston",
"license": "MIT",
"bugs": {
"url": "https://github.com/Aex12/node-coinmarketcap/issues"
},
"homepage": "https://github.com/Aex12/node-coinmarketcap#readme",
"dependencies": {
"request": "^2.81.0"
}
}