forked from dutu/poloniex-api-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 933 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
42
{
"name": "poloniex-api-node",
"version": "1.6.3",
"description": "Simple node.js wrapper for Poloniex REST and WebSocket (push) API. Supports Callback and Promise",
"main": "./lib/poloniex.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/dutu/poloniex-api-node.git"
},
"keywords": [
"api",
"bitcoin",
"poloniex",
"btc",
"eth",
"REST",
"WebSocket",
"push"
],
"author": "dutu <dutu@protonmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dutu/poloniex-api-node/issues"
},
"homepage": "https://github.com/dutu/poloniex-api-node",
"dependencies": {
"autobahn": "^17.5.2",
"big.js": "^4.0.2",
"debug": "^3.1.0",
"events": "^1.1.1",
"nonce": "^1.0.4",
"request": "^2.83.0",
"ws": "^3.2.0"
},
"devDependencies": {
"chai": "^4.0.2",
"mocha": "^4.0.0"
}
}