commander-scripts-ivan
Version:
36 lines (35 loc) • 847 B
JSON
{
"name": "commander-scripts-ivan",
"version": "0.0.17",
"description": "Node.js命令行脚本",
"bin": "./commander-scripts-ivan.js",
"files": [
"commander-scripts-ivan.js",
"commander-scripts-ivan-starter.js"
],
"engines": {
"node": ">=6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IvanPeng2015/frontendtraining.git"
},
"keywords": [
"ivan",
"commander-scripts"
],
"author": "IvanPeng2015",
"license": "MIT",
"bugs": {
"url": "https://github.com/IvanPeng2015/frontendtraining/issues"
},
"homepage": "https://github.com/IvanPeng2015/frontendtraining#readme",
"dependencies": {
"chalk": "^2.3.0",
"commander": "^2.12.0",
"cross-spawn": "^5.1.0",
"fs-extra": "^4.0.2",
"semver": "^5.4.1",
"validate-npm-package-name": "^3.0.0"
}
}