-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
45 lines (45 loc) · 1.06 KB
/
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
43
44
45
{
"name": "ibjs",
"description": "Interactive Brokers javascript container.",
"author": "Jonathan Hollinger",
"license": "MIT",
"version": "0.17.0",
"main": "index.js",
"scripts": {
"start": "node run.js"
},
"homepage": "https://github.com/zgsrc/ibjs#readme",
"dependencies": {
"body-parser": "^1.18.2",
"commander": "^2.14.1",
"currency-symbol-map": "^4.0.3",
"escodegen": "^1.9.1",
"esprima": "^4.0.0",
"express": "^4.16.2",
"hyperactiv": "git+https://github.com/zgsrc/hyperactiv.git",
"ib": "^0.2.4",
"line-by-line": "^0.1.6",
"luxon": "^0.3.1",
"memoize-fs": "^1.4.0",
"node-schedule": "^1.3.0",
"numbers": "^0.6.0",
"numeric": "^1.2.6",
"p-memoize": "^1.0.0",
"simple-statistics": "^5.2.1",
"sugar": "^2.0.4",
"ws": "^4.1.0",
"xml2js": "^0.4.19"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zgsrc/ibjs.git"
},
"bugs": {
"url": "https://github.com/zgsrc/ibjs/issues"
},
"keywords": [
"interactive brokers",
"ib",
"ib api"
]
}