-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.17 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
46
47
48
49
50
51
52
53
{
"name": "coinpit-bots",
"version": "2.0.1",
"description": "bots for coinpit app",
"scripts": {
"test": "mocha specs/*"
},
"engines": {
"node": ">= 4.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coinpit/coinpit-bots.git"
},
"bugs": {
"url": "https://github.com/coinpit/coinpit-bots/issues"
},
"homepage": "https://github.com/coinpit/coinpit-bots#readme",
"keywords": [
"bot",
"bots",
"simulators",
"client",
"example"
],
"author": "coinpit",
"license": "MIT",
"dependencies": {
"affirm.js": "^1.0.0",
"bitmex-realtime-api": "^0.2.3",
"bluebird": "^3.4.0",
"coinpit-client": "^5.0.2",
"debug": "^3.0.1",
"extend": "^3.0.1",
"lodash": "^4.17.4",
"mangler": "^1.0.4",
"pusher-client": "^1.1.0",
"request": "^2.81.0",
"rest.js": "^0.2.1",
"sequencer-js": "^0.0.2",
"socket.io-client": "^1.4.6"
},
"devDependencies": {
"expect.js": "^0.3.1",
"fixtures.js": "^2.1.0",
"mocha": "^3.1.0",
"mocha-generators": "^1.2.0",
"mocha-junit-reporter": "^1.13.0",
"nyc": "^11.1.0",
"sinon": "^1.17.7",
"uuid": "^3.0.1"
}
}