package.json 654 B

123456789101112131415161718192021222324
  1. {
  2. "name": "mini-color-picker",
  3. "version": "0.1.2",
  4. "description": "小程序拾色器(颜色选择器)组件,通过调色盘取色,用于用户自定义场景",
  5. "miniprogram": "components/color-picker",
  6. "repository": {
  7. "type": "git",
  8. "url": "https://github.com/MakerGYT/mini-color-picker.git"
  9. },
  10. "keywords": [
  11. "wechat",
  12. "小程序",
  13. "取色器",
  14. "color",
  15. "picker",
  16. "component"
  17. ],
  18. "author": "MakerGYT",
  19. "license": "MIT",
  20. "bugs": {
  21. "url": "https://github.com/MakerGYT/mini-color-picker/issues"
  22. },
  23. "homepage": "https://github.com/MakerGYT/mini-color-picker#readme"
  24. }