coinboard
Version:
A command line tool for bitcoins dashboard
39 lines (38 loc) • 801 B
JSON
{
"name": "coinboard",
"version": "1.0.1",
"description": "A command line tool for bitcoins dashboard",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"coinboard": "./src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/teddylun/coinboard"
},
"engines": {
"node": ">=8.0.0"
},
"keywords": [
"bitcoins",
"cryptocurrency",
"chart",
"cli"
],
"author": "Teddy Lun <lunlun414@gmail.com>",
"license": "MIT",
"dependencies": {
"asciichart": "^1.5.2",
"axios": "^0.17.1",
"cfonts": "^1.1.3",
"cli-table3": "^0.5.0",
"colors": "^1.1.2",
"commander": "^2.11.0",
"lodash": "^4.17.11",
"moment": "^2.23.0",
"ora": "^1.3.0"
}
}