coin-ticker
Version:
Wrapper for bitcoin exchange apis. The easiest way to add cryptocurrency market data into your application!
64 lines (63 loc) • 1.13 kB
JSON
{
"name": "coin-ticker",
"version": "3.2.0",
"description": "Wrapper for bitcoin exchange apis. The easiest way to add cryptocurrency market data into your application!",
"main": "index.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/donbobvanbirt/coin-ticker"
},
"scripts": {
"test": "./node_modules/.bin/mocha ./test"
},
"keywords": [
"bitcoin",
"etherium",
"litecoin",
"zcash",
"dash",
"btc",
"ltc",
"eth",
"etc",
"zec",
"cash",
"bitcoin cash",
"bcc",
"bch",
"bitcon average",
"bitconaverage",
"crypto",
"currency",
"cryptocurrency",
"crypto-currency",
"market",
"blockchain",
"price",
"bitfinex",
"bitstamp",
"coinbase",
"btc-e",
"poloniex",
"kraken",
"okcoin",
"ticker",
"coin",
"coins",
"bit",
"exchange",
"trading"
],
"author": "Donovan Moore",
"license": "ISC",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.2.0"
},
"dependencies": {
"axios": "^0.15.3"
}
}