forked from f3rno/bfx-ws2-api-audit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 860 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
{
"name": "bfx-ws2-api-audit",
"version": "0.0.1",
"description": "Bitfinex WS2 API testing utilities",
"engines": {
"node": ">=7"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/bitfinexcom/bfx-ws2-api-audit.git"
},
"keywords": [
"bitfinex",
"bitcoin",
"BTC"
],
"author": "Cris Mihalache <[email protected]> (https://www.bitfinex.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/bitfinexcom/bfx-ws2-api-audit/issues"
},
"devDependencies": {
"dotenv": "^4.0.0",
"standard": "^10.0.2"
},
"dependencies": {
"async": "^2.6.0",
"bignumber.js": "^6.0.0",
"bitfinex-api-node": "git+https://github.com/f3rno/bitfinex-api-node.git#2-beta-1-release",
"debug": "^2.2.0",
"lodash": "^4.17.4",
"socks-proxy-agent": "^3.0.1"
}
}