nodvice
Version:
Easy node command line tool for nodvice framework.
28 lines (27 loc) • 461 B
JSON
{
"name": "nodvice",
"version": "0.1.0",
"description": "Easy node command line tool for nodvice framework.",
"main": "index.js",
"scripts": {
"test": "test"
},
"bin": {
"vice": "index.js"
},
"keywords": [
"nodvice",
"vice",
"nodejs",
"node",
"framework",
"commandline",
"tool"
],
"author": "Marc Trösken",
"license": "ISC",
"dependencies": {
"chalk": "^1.1.3",
"commander": "^2.9.0"
}
}