-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 871 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
{
"name": "dickcoin",
"version": "1.0.2",
"description": "Crypto-currency tracker for command line interface",
"main": "./bin/dickcoin.js",
"bin": {
"dickcoin": "./bin/dickcoin.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cryptocurrency",
"crypto",
"prices",
"crypto-prices",
"bitcoin"
],
"author": "MDIG Mariusz Wieleba",
"license": "MIT",
"dependencies": {
"axios": "^0.19.2",
"colors": "^1.4.0",
"commander": "^5.0.0",
"configstore": "^5.0.1",
"inquirer": "^7.1.0",
"jetty": "^0.2.1"
},
"homepage": "https://github.com/WielebaMariusz/dickcoin#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/WielebaMariusz/dickcoin.git"
},
"bugs": {
"url": "https://github.com/WielebaMariusz/dickcoin/issues"
}
}