node.cryptopia
Version:
Node Cryptopia API - asynchronous node.js library for the Cryptopia API
38 lines (37 loc) • 951 B
JSON
{
"name": "node.cryptopia",
"version": "0.0.4",
"description": "Node Cryptopia API - asynchronous node.js library for the Cryptopia API",
"keywords": [
"btc",
"xbt",
"bitcoin",
"altcoin",
"cryptopia"
],
"author": "Adrian Soluch ( https://github.com/n0mad01 )",
"contributors": [],
"license": "MIT",
"dependencies": {
"request": ">= 2.35.0",
"request-promise": "^4.2.1",
"JSONStream": ">= 0.8.4",
"event-stream": ">= 3.1.5"
},
"repository": {
"type": "git",
"url": "https://github.com/n0mad01/node.bittrex.api"
},
"main": "node-cryptopia.js",
"engines": {
"node": ">=0.10"
},
"bugs": {
"url": "https://github.com/n0mad01/node.bittrex.api/issues",
"email": "adrian.soluch@gmail.com"
},
"homepage": "https://github.com/n0mad01/node.bittrex.api",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}