UNPKG

zcf-cli

Version:

泽元开发框架脚手架工程的命令行工具

49 lines (48 loc) 1.11 kB
{ "name": "zcf-cli", "version": "1.0.9", "description": "泽元开发框架脚手架工程的命令行工具", "preferGlobal": true, "bin": { "zcf": "bin/zcf", "zcf-init": "bin/zcf-init", "zcf-list": "bin/zcf-list", "zcf-set": "bin/zcf-set" }, "repository": { "type": "git", "url": "git+https://github.com/abeet/zcf-cli.git" }, "keywords": [ "zcf", "cli" ], "author": "http://www.zving.com", "license": "MIT", "bugs": { "url": "https://github.com/abeet/zcf-cli/issues" }, "homepage": "https://github.com/abeet/zcf-cli#readme", "engines": { "node": ">=7.0.0" }, "dependencies": { "async": "^2.1.4", "chalk": "^1.1.3", "commander": "^2.9.0", "consolidate": "^0.14.5", "download": "^5.0.3", "git-clone": "^0.1.0", "handlebars": "^4.0.6", "inquirer": "^2.0.0", "metalsmith": "^2.3.0", "minimatch": "^3.0.3", "multimatch": "^2.1.0", "ora": "^0.4.1", "os": "^0.1.1", "read-metadata": "^1.0.0", "rimraf": "^2.5.4", "uid": "0.0.2", "validate-npm-package-name": "^2.2.2" } }