Files
vuepress/packages/@vuepress/theme-default/package.json
T
2018-08-10 12:16:51 +08:00

31 lines
611 B
JSON

{
"name": "@vuepress/theme-default",
"version": "1.0.0",
"description": "Default theme for VuePress",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vuepress.git"
},
"keywords": [
"documentation",
"vue",
"generator"
],
"author": "Evan You",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/vuepress/issues"
},
"homepage": "https://github.com/vuejs/vuepress#readme",
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{js,vue}": [
"eslint --fix",
"git add"
]
}
}