gravel-cli
Version:
A generator to start a Vue-based project quickly.
39 lines (38 loc) • 827 B
JSON
{
"name": "gravel-cli",
"version": "0.0.2",
"description": "A generator to start a Vue-based project quickly.",
"main": "index.js",
"scripts": {
"compile": "babel src -d dist",
"watch": "npm run compile -- --watch"
},
"bin": {
"gravel-cli": "./bin/cmd",
"gravel": "./bin/cmd"
},
"repository": {
"type": "git",
"url": "https://demo.jsxhyj.cn:7300/xingxw/gravel-cli.git"
},
"keywords": [
"gravel",
"gravel-cli",
"cli"
],
"author": "xingxw",
"license": "MIT",
"dependencies": {
"babel-cli": "^6.26.0",
"babel-env": "^2.4.1",
"boxen": "^5.0.1",
"chalk": "^3.0.0",
"co": "^4.6.0",
"co-prompt": "^1.0.0",
"commander": "^5.0.0",
"download-git-repo": "^3.0.2",
"inquirer": "^7.1.0",
"ora": "^4.0.3",
"rimraf": "^3.0.2"
}
}