forked from n0mad01/node.bittrex.api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 968 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "node.bittrex.api",
"version": "0.4.2",
"description": "Node Bittrex API - asynchronous node.js library for the Bittrex API https://bittrex.com/",
"keywords": [
"btc",
"xbt",
"bitcoin",
"altcoin",
"bittrex"
],
"author": "Adrian Soluch ( https://github.com/n0mad01 )",
"contributors": [],
"license": "MIT",
"dependencies": {
"JSONStream": ">= 0.8.4",
"event-stream": ">= 3.1.5",
"jsonic": "^0.3.0",
"request": ">= 2.35.0",
"signalr-client": "0.0.17"
},
"repository": {
"type": "git",
"url": "https://github.com/n0mad01/node.bittrex.api"
},
"main": "node.bittrex.api.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": "mocha"
},
"devDependencies": {
"mocha": "^3.3.0"
}
}