forked from n0mad01/node.bittrex.api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 900 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
{
"name": "node.bittrex.api",
"version": "0.2.4",
"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": {
"request": ">= 2.35.0",
"JSONStream": ">= 0.8.4",
"event-stream": ">= 3.1.5"
},
"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": "echo \"Error: no test specified\" && exit 1"
}
}