forked from mehmetakyuz/coinmon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 882 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
32
33
34
35
36
37
38
39
40
{
"name": "coinmon",
"version": "0.0.9",
"description": "A cryptocurrency price monitoring tool",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node ./src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bichenkk/coinmon.git"
},
"bin": {
"coinmon": "./src/index.js"
},
"engines": {
"node": ">=6.0.0"
},
"keywords": [
"bitcoin",
"crypto"
],
"author": "KK Chen",
"license": "MIT",
"bugs": {
"url": "https://github.com/bichenkk/coinmon/issues"
},
"homepage": "https://github.com/bichenkk/coinmon#readme",
"dependencies": {
"axios": "^0.17.1",
"cfonts": "^1.1.3",
"cli-table2": "^0.2.0",
"colors": "^1.1.2",
"commander": "^2.11.0",
"emojic": "^1.1.12",
"humanize-plus": "^1.8.2",
"ora": "^1.3.0"
}
}