-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 779 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 779 Bytes
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
{
"name": "bitvision",
"version": "1.1.8",
"description": "Bitcoin trading and charting software that works entirely in the terminal",
"main": "index.js",
"repository": "https://github.com/shobrook/BitVision",
"author": "Jonathan Shobrook, Aaron Lichtman",
"license": "MIT",
"bin": {
"bitvision": "./index.js"
},
"dependencies": {
"blessed": "^0.1.81",
"blessed-contrib": "^4.8.10",
"colors": "^1.3.3",
"figures": "^2.0.0",
"inquirer": "^6.2.1",
"moment": "^2.24.0",
"opn": "^5.4.0",
"os": "^0.1.1"
},
"keywords": [
"bitcoin",
"trading",
"charting",
"machine learning",
"trading bot",
"automated trading",
"cli",
"terminal",
"dashboard",
"bitstamp",
"price prediction"
]
}