agile-cli
Version:
agile系列框架整合使用脚手架(agile-ui、agile-ce、agile-component等)
34 lines (33 loc) • 756 B
JSON
{
"name": "agile-cli",
"version": "0.6.1",
"description": "agile系列框架整合使用脚手架(agile-ui、agile-ce、agile-component等)",
"main": "index.js",
"bin": {
"agile-cli": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nandy007/agile-cli.git"
},
"keywords": [
"agile",
"agile-ui",
"agile-ce",
"脚手架"
],
"author": "nandy007",
"license": "MIT",
"bugs": {
"url": "https://github.com/nandy007/agile-cli/issues"
},
"homepage": "https://github.com/nandy007/agile-cli#readme",
"dependencies": {
"chalk": "^2.3.0",
"commander": "^2.11.0",
"glob": "^7.1.2"
}
}