uni-classification
Version:
uni-app 分类组件
53 lines (52 loc) • 1.1 kB
JSON
{
"name": "uni-classification",
"version": "1.0.6",
"description": "uni-app 分类组件",
"main": "src/components/Classification/index.vue",
"scripts": {},
"repository": {
"type": "git",
"url": "https://gitee.com/yanhuakang/uni-classification.git"
},
"bugs": {
"url": "https://gitee.com/yanhuakang/uni-classification/issues"
},
"homepage": "https://mp.csdn.net/mp_blog/creation/editor/121365248",
"author": {
"name": "yanhuakang",
"email": "1060553506@qq.com",
"url": "https://blog.csdn.net/qq_41887214"
},
"license": "ISC",
"devDependencies": {
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2"
},
"peerDependencies": {
"vue": ">=2.6.0"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"rules": {}
},
"files": [
"src",
"package.json",
"CHANGELOG.md",
"README.md"
],
"keywords": [
"uni-app classify",
"uni-app 分类组件",
"垂直分类",
"分类",
"分类组件"
]
}