vue-cli-plugin-macula-auto-routing
Version:
Vue CLI plugin that provides auto routing feature
37 lines (36 loc) • 943 B
JSON
{
"name": "vue-cli-plugin-macula-auto-routing",
"version": "0.3.3",
"description": "Vue CLI plugin that provides auto routing feature",
"files": [
"index.js",
"generator"
],
"repository": {
"type": "git",
"url": "git+https://github.com/macula-projects/vue-cli-plugin-macula-auto-routing.git"
},
"keywords": [
"Vue",
"Vue CLI",
"plugin",
"routing",
"auto routing"
],
"author": "katashin",
"license": "MIT",
"bugs": {
"url": "https://github.com/macula-projects/vue-cli-plugin-macula-auto-routing/issues"
},
"homepage": "https://github.com/macula-projects/vue-cli-plugin-macula-auto-routing#readme",
"scripts": {
"lint": "eslint lib test && prettier -l \"**/*.js\"",
"format": "prettier --write \"**/*.js\""
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-ktsn": "^1.0.3",
"eslint-config-prettier": "^2.9.0",
"prettier": "1.11.1"
}
}