-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
31 lines (31 loc) · 885 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
{
"name": "trading-bot",
"version": "1.0.1",
"description": "Automated Trading Bot",
"author": "Rafael Costa <rafaelcmrj@gmail.com> (https://github.com/rafaelcmrj)",
"contributors": [
"Paulo Alexandre <furtuna.alexandre@gmail.com> (https://github.com/gigaPaul)",
"Flavio Prumucena <prumucena@gmail.com> (https://github.com/fladev)"
],
"scripts": {
"start": "babel-node index.js --presets es2015"
},
"repository": {
"type": "git",
"url": "https://github.com/rafaelcmrj/trading-bot/"
},
"bugs": {
"url": "https://github.com/rafaelcmrj/trading-bot/issues",
"email": "rafaelcmrj@gmail.com"
},
"dependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.14.0",
"babel-preset-es2015": "^6.14.0",
"nodemailer": "^2.6.0",
"plnx": "0.0.10",
"talib": "^1.0.2",
"technicalindicators": "^0.2.3"
},
"license": "MIT"
}