UNPKG

968 BJSONView Raw
1{
2 "name": "node.bittrex.api",
3 "version": "0.4.4",
4 "description": "Node Bittrex API - asynchronous node.js library for the Bittrex API https://bittrex.com/",
5 "keywords": [
6 "btc",
7 "xbt",
8 "bitcoin",
9 "altcoin",
10 "bittrex"
11 ],
12 "author": "Adrian Soluch ( https://github.com/n0mad01 )",
13 "contributors": [],
14 "license": "MIT",
15 "dependencies": {
16 "JSONStream": ">= 0.8.4",
17 "event-stream": ">= 3.1.5",
18 "jsonic": "^0.3.0",
19 "request": ">= 2.35.0",
20 "signalr-client": "0.0.17"
21 },
22 "repository": {
23 "type": "git",
24 "url": "https://github.com/n0mad01/node.bittrex.api"
25 },
26 "main": "node.bittrex.api.js",
27 "engines": {
28 "node": ">=0.10"
29 },
30 "bugs": {
31 "url": "https://github.com/n0mad01/node.bittrex.api/issues",
32 "email": "adrian.soluch@gmail.com"
33 },
34 "homepage": "https://github.com/n0mad01/node.bittrex.api",
35 "scripts": {
36 "test": "mocha"
37 },
38 "devDependencies": {
39 "mocha": "^3.3.0"
40 }
41}