mib-cli
Version:
CLI tool to manage projects
30 lines (29 loc) • 582 B
JSON
{
"name": "mib-cli",
"version": "1.0.0",
"description": "CLI tool to manage projects",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": "./index.js",
"keywords": [
"cli",
"men",
"in",
"black",
"git",
"tool"
],
"author": "pierre jankowiez",
"license": "ISC",
"dependencies": {
"async": "^2.4.1",
"json-stringify-safe": "^5.0.1",
"lodash": "^4.17.4",
"shelljs": "^0.7.8",
"user-home": "^2.0.0",
"vorpal": "^1.12.0",
"vorpal-autocomplete-fs": "0.0.3"
}
}