kmoney-manager
Version:
A command-line money management system
30 lines (29 loc) • 591 B
JSON
{
"name": "kmoney-manager",
"version": "0.1.5",
"description": "A command-line money management system",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Money",
"Budget",
"Cash"
],
"author": "Keyshawn Butts",
"bin": {
"kmm": "./index.js"
},
"license": "ISC",
"dependencies": {
"chalk": "^2.4.1",
"clear": "^0.1.0",
"cli-table": "^0.3.1",
"commander": "^2.16.0",
"configstore": "^3.1.2",
"figlet": "^1.2.0",
"inquirer": "^6.0.0",
"lodash": "^4.17.10"
}
}