cdt-cli
Version:
A simple CLI for creating your projects
31 lines (30 loc) • 638 B
JSON
{
"name": "cdt-cli",
"version": "1.2.1",
"description": "A simple CLI for creating your projects",
"bin": {
"cdt": "./bin/cdt"
},
"repository": {
"type": "git",
"url": "http://192.168.0.136/suzhiming/cdt-cli.git"
},
"keywords": [
"cdt",
"cli",
"es6"
],
"author": "zhiming.su",
"license": "MIT",
"bugs": {
"url": "https://github.com/IOJINDD/cdt/issues"
},
"homepage": "http://115.238.107.211:10080/suzhiming/cdt-cli/blob/master/README.md",
"dependencies": {
"chalk": "^1.1.3",
"co": "^4.6.0",
"co-prompt": "^1.0.0",
"commander": "^2.9.0",
"ora": "^4.0.3"
}
}