| 123456789101112131415161718192021222324 |
- {
- "name": "mini-color-picker",
- "version": "0.1.2",
- "description": "小程序拾色器(颜色选择器)组件,通过调色盘取色,用于用户自定义场景",
- "miniprogram": "components/color-picker",
- "repository": {
- "type": "git",
- "url": "https://github.com/MakerGYT/mini-color-picker.git"
- },
- "keywords": [
- "wechat",
- "小程序",
- "取色器",
- "color",
- "picker",
- "component"
- ],
- "author": "MakerGYT",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/MakerGYT/mini-color-picker/issues"
- },
- "homepage": "https://github.com/MakerGYT/mini-color-picker#readme"
- }
|