-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
56 lines (56 loc) · 1.62 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
54
55
56
{
"name": "ctrader-telegram-bot",
"version": "1.1.0",
"description": "Telegram bot @cTraderBot using Spotware Connect API for trading operations",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "istanbul cover --include-all-sources node_modules/jasmine/bin/jasmine.js JASMINE_CONFIG_PATH=test/support/jasmine.json"
},
"repository": {
"type": "git",
"url": "https://github.com/spotware/ctrader-telegram-bot.git"
},
"keywords": [
"ctrader",
"Telegram",
"bot",
"Telegram bot",
"nodeJS",
"trading",
"spotware",
"Heroku"
],
"author": "Spotware Systems <connect@spotware.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/spotware/ctrader-telegram-bot/issues"
},
"homepage": "https://github.com/spotware/ctrader-telegram-bot#readme",
"dependencies": {
"bluebird": "^3.3.5",
"body-parser": "^1.15.0",
"bot-brother": "^1.0.48",
"connect-js-adapter-tls": "github:spotware/connect-js-adapter-tls",
"connect-js-api": "github:spotware/connect-js-api",
"connect-js-encode-decode": "github:spotware/connect-js-encode-decode",
"connect-protobuf-messages": "github:spotware/connect-protobuf-messages#1.1.0",
"ejs": "^2.4.1",
"express": "^4.13.4",
"js-yaml": "^3.6.0",
"lodash": "^4.11.1",
"lomath": "^0.3.0",
"moment": "^2.13.0",
"morgan": "^1.7.0",
"multer": "^1.1.0",
"plotly": "^1.0.6",
"plotlyjs-finance": "0.0.2",
"redis": "^2.6.0-1",
"request": "^2.72.0",
"simple-oauth2": "^0.5.1"
},
"devDependencies": {
"istanbul": "0.4.2",
"jasmine": "2.4.1"
}
}