mili
Version:
vue + koa isomorphic boilerplate
55 lines (54 loc) • 1.3 kB
JSON
{
"name": "mili",
"version": "1.3.3",
"description": "vue + koa isomorphic boilerplate",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Val-istar-Guo/vue-boilerplate.git"
},
"bugs": {
"url": "https://github.com/Val-istar-Guo/vue-boilerplate/issues"
},
"homepage": "https://github.com/Val-istar-Guo/vue-boilerplate#readme",
"keywords": [
"mili",
"vue",
"koa",
"isomorphic",
"boilerplate"
],
"author": "Val.istar.Guo <Val.istar.Guo@gmail.com>",
"license": "MIT",
"engines": {
"node": ">=8.9.4"
},
"bin": {
"mili": "./bin/mili"
},
"scripts": {
"clean": "rm -rf ./dist/*",
"ca": "git add -A && git-cz -av",
"commit": "git-cz",
"release": "standard-version",
"postpublish": "git push"
},
"devDependencies": {
"@commitlint/cli": "^7.2.0",
"@commitlint/config-conventional": "^7.1.2",
"commitizen": "^3.0.2",
"cz-conventional-changelog": "^2.1.0",
"husky": "^1.1.1",
"standard-version": "^4.4.0"
},
"dependencies": {
"chalk": "^2.4.1",
"commander": "^2.19.0",
"cosmiconfig": "^5.0.6",
"merge-deep": "^3.0.2",
"mustache": "^3.0.0",
"sanitization": "^0.3.0",
"semver": "^5.6.0",
"simple-git": "^1.104.0"
}
}