-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.58 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.58 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "itf-node-services",
"version": "1.0.0",
"description": "ITT Node Services",
"engines": {
"node": "9.4.0"
},
"main": "index.js",
"scripts": {
"test": "mocha",
"cover": "NODE_ENV=test nyc --reporter=text mocha --no-timeouts --exit",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IntelligentTrading/node-services.git"
},
"keywords": [
"itt",
"trading",
"AI",
"crypto"
],
"author": "Francesco De Lisi @ ITF",
"license": "ISC",
"bugs": {
"url": "https://github.com/IntelligentTrading/node-services/issues"
},
"homepage": "https://github.com/IntelligentTrading/node-services#readme",
"dependencies": {
"asana": "^0.15.1",
"body-parser": "^1.18.2",
"ccxt": "^1.10.640",
"chai": "^4.1.2",
"chai-http": "^3.0.0",
"colors": "^1.1.2",
"cryptiles": "^4.1.2",
"ejs": "2.5.6",
"ethereumjs-util": "^5.2.0",
"ethers": "^3.0.7",
"express": "^4.16.2",
"hashids": "^1.1.4",
"iconv": "^2.3.0",
"lodash": "^4.17.10",
"mocha": "^5.0.0",
"moment": "^2.22.1",
"mongoose": "^5.2.15",
"node-cache": "^4.1.1",
"node-telegram-bot-api": "^0.29.0",
"redis": "^2.8.0",
"request": "^2.81.0",
"request-promise": "^4.2.2",
"sinon": "^4.4.2",
"socket.io": "^2.1.1",
"speakeasy": "^2.0.0",
"sqs-consumer": "^3.8.0",
"sshpk": "^1.14.2",
"superagent": "^4.0.0-beta.5",
"swagger-ui-express": "^2.0.15",
"trello": "^0.8.0",
"web3": "^1.0.0-beta.33"
},
"devDependencies": {
"nyc": "^11.4.1"
}
}