91admin-cli
Version:
A simple CLI for creating your projects from own Git server
35 lines (34 loc) • 781 B
JSON
{
"name": "91admin-cli",
"version": "1.1.7",
"description": "A simple CLI for creating your projects from own Git server",
"bin": {
"91admin": "bin/scion"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zpenghao/scion2-cli.git"
},
"keywords": [
"scion",
"cli",
"es6"
],
"author": "peng hao",
"license": "MIT",
"bugs": {
"url": "https://github.com/zpenghao/scion2-cli/issues"
},
"homepage": "https://github.com/zpenghao/scion2-cli#readme",
"dependencies": {
"chalk": "^1.1.3",
"cli-table": "^0.3.1",
"commander": "^2.9.0",
"cross-spawn": "^6.0.5",
"download-git-repo": "^1.0.0",
"handlebars": "^4.0.8",
"inquirer": "^3.0.6",
"metalsmith": "^2.3.0",
"ora": "^1.2.0"
}
}