Files
vue-cli/packages/@vue/cli/package.json
Evan You c19eafce9e wip
2017-12-25 16:54:49 -05:00

30 lines
614 B
JSON

{
"name": "@vue/cli",
"version": "3.0.0",
"description": "Command line interface for rapid Vue.js development",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vue-cli.git"
},
"keywords": [
"vue",
"cli"
],
"author": "Evan You",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/vue-cli/issues"
},
"homepage": "https://github.com/vuejs/vue-cli#readme",
"dependencies": {
"chalk": "^2.3.0",
"commander": "^2.12.2",
"inquirer": "^4.0.1",
"semver": "^5.4.1"
}
}