easyify-cli
Version:
A simple CLI for scaffolding easyify projects.
64 lines (63 loc) • 1.49 kB
JSON
{
"name": "easyify-cli",
"version": "1.0.9",
"description": "A simple CLI for scaffolding easyify projects.",
"preferGlobal": true,
"bin": {
"easyify": "bin/easyify",
"easyify-init": "bin/easyify-init",
"easyify-list": "bin/easyify-list",
"ey": "bin/ey",
"ey-init": "bin/ey-init",
"ey-list": "bin/ey-list"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webkong/easyify-cli.git"
},
"keywords": [
"easyify",
"workflow",
"generator",
"cli",
"spa"
],
"author": "webkong 772930508@qq.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/webkong/easyify-cli/issues"
},
"homepage": "https://github.com/webkong/easyify-cli#readme",
"scripts": {},
"dependencies": {
"async": "^2.4.0",
"chalk": "^2.1.0",
"coffee-script": "1.12.7",
"commander": "^2.9.0",
"consolidate": "^0.15.1",
"download-git-repo": "^1.0.1",
"handlebars": "^4.0.5",
"inquirer": "^6.2.0",
"metalsmith": "^2.1.0",
"minimatch": "^3.0.0",
"multimatch": "^2.1.0",
"ora": "^3.0.0",
"read-metadata": "^1.0.0",
"request": "^2.67.0",
"rimraf": "^2.5.0",
"semver": "^5.1.0",
"tildify": "^1.2.0",
"uid": "0.0.2",
"user-home": "^2.0.0",
"validate-npm-package-name": "^3.0.0"
},
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^5.9.0",
"execa": "^1.0.0",
"mocha": "^5.2.0"
},
"engines": {
"node": ">=8.0.0"
}
}