smartprice
Version:
Aggregate cryptocurrency pricing using CCXT library and various exchanges
45 lines (44 loc) • 884 B
JSON
{
"name": "smartprice",
"version": "1.1.4",
"description": "Aggregate cryptocurrency pricing using CCXT library and various exchanges",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"smartprice",
"cryptocurrency",
"ethereum",
"smartconex",
"smart price",
"aggregate",
"pricing",
"crypto",
"bitcoin",
"price",
"average",
"bitstamp",
"kraken",
"bitfinex",
"gdax",
"gemini",
"binance",
"dsx",
"huobi",
"huobipro",
"cexio",
"cex.io",
"poloniex"
],
"repository": {
"type": "git",
"url": "https://github.com/smartconex/SmartPrice.git"
},
"author": "SmartConEx",
"license": "ISC",
"dependencies": {
"ccxt": "^1.17.199"
}
}