diff --git a/package.json b/package.json index b24867b..0397c3f 100644 --- a/package.json +++ b/package.json @@ -1,20 +1,21 @@ { - "name": "yer", - "version": "1.0.0", - "main": "main.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "keywords": [], - "author": "", - "license": "ISC", - "dependencies": { - "uview-ui": "^1.8.4" - }, - "repository": { - "type": "git", - "url": "http://192.168.16.64:3000/jihan/KindergartenAppletUI.git" - }, - "description": "" + "id": "qianziyu-select", + "displayName": "基于uview2.x封装的下拉框", + "version": "1.2", + "description": "公共选择下拉框,基于uview2.x。支持下拉加载、列表搜索、单选|多选", + "keywords": [ + "下拉", + "单选", + "多选", + "uview" + ], + "dcloudext": { + "category": [ + "前端组件", + "通用组件" + ] + }, + "dependencies": { + "uview-ui": "^2.0.31" + } } -