forked from BitMEX/api-connectors
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 690 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 690 Bytes
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
{
"name": "bitmex-realtime-api",
"version": "0.4.0",
"description": "A library for interacting with BitMEX's websocket API.",
"main": "index.js",
"repository": "https://github.com/BitMEX/api-connectors.git",
"engines": {
"node": ">=4"
},
"scripts": {
"start": "node example",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"bitmex",
"bitcoin",
"websocket",
"api"
],
"author": "Samuel Reed <samuel.trace.reed@gmail.com> (http://strml.net/)",
"license": "MIT",
"dependencies": {
"debug": "^3.1.0",
"eventemitter2": "^5.0.1",
"lodash": "^4.17.10",
"superagent": "^3.8.3",
"ws": "^6.0.0"
}
}