UNPKG

vincent-cli

Version:

基于vue全家桶的脚手架,主要包含webapp、一般网页的模板。

55 lines (54 loc) 1.28 kB
{ "name": "vincent-cli", "version": "1.1.1", "description": "基于vue全家桶的脚手架,主要包含webapp、一般网页的模板。", "preferGlobal": true, "bin": { "vincent": "bin/vincent", "vincent-init": "bin/vincent-init", "vincent-list": "bin/vincent-list" }, "main": "index.js", "scripts": {}, "repository": { "type": "git", "url": "https://gitee.com/619115125/vincent-cli.git" }, "keywords": [ "webapp", "vue脚手架" ], "author": "vincent", "license": "MIT", "dependencies": { "async": "^2.4.0", "chalk": "^2.1.0", "commander": "^2.9.0", "consolidate": "^0.14.5", "download-git-repo": "^1.0.1", "handlebars": "^4.0.11", "inquirer": "^6.0.0", "metalsmith": "^2.3.0", "minimatch": "^3.0.4", "multimatch": "^2.1.0", "ora": "^3.0.0", "read-metadata": "^1.0.0", "request": "^2.87.0", "rimraf": "^2.6.2", "semver": "^5.5.0", "tildify": "^1.2.0", "user-home": "^2.0.0", "validate-npm-package-name": "^3.0.0" }, "devDependencies": { "chai": "^4.1.2", "eslint": "^3.19.0", "eslint-plugin-vue-libs": "^3.0.0", "execa": "^0.8.0", "ignore": "^4.0.3", "mocha": "^3.5.3" }, "engines": { "node": ">=6.0.0" } }