-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
46 lines (46 loc) · 966 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
43
44
45
46
{
"author": "flyingunicorn222 (github.com/flyingunicorn222)",
"name": "1broker-client",
"description": "node.js wrapper for 1broker.com api, providing extra features",
"version": "2.11.1",
"repository": {
"type": "git",
"url": "https://github.com/flyingunicorn222/1broker-client.git"
},
"main": "lib/client.js",
"dependencies": {
"big.js": "^3.1.3",
"bluebird": "^3.5.0",
"lodash": "^4.16.4",
"request": "^2.75.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"coffeescript": "^2.2.3",
"docco": "^0.7.0",
"dotenv": "^2.0.0",
"mocha": "^3.2.0",
"nodemon": "*",
"should": "^11.1.2",
"sinon": "^1.17.7"
},
"keywords": [
"api",
"trading",
"1broker",
"1broker.com",
"FX",
"Forex",
"bitcoin",
"btc",
"CFD",
"Commodities",
"Gold",
"Silver",
"Indices",
"Stocks",
"Commodities",
"Crypto"
]
}