package.json 835 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "miniapp-color-thief",
  3. "version": "1.0.5",
  4. "description": "color thief for mini app (wechat / Alipay / Baidu...)",
  5. "main": "index.js",
  6. "scripts": {
  7. "prod": "npm version patch && npm publish"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/neobaran/miniapp-color-thief.git"
  12. },
  13. "keywords": [
  14. "color",
  15. "color thief",
  16. "颜色",
  17. "miniapp",
  18. "小程序",
  19. "wechat",
  20. "weixin",
  21. "微信",
  22. "微信小程序",
  23. "支付宝小程序",
  24. "百度小程序",
  25. "头条小程序",
  26. "快应用"
  27. ],
  28. "author": "NEOBARAN",
  29. "license": "Apache-2.0",
  30. "bugs": {
  31. "url": "https://github.com/neobaran/miniapp-color-thief/issues"
  32. },
  33. "homepage": "https://github.com/neobaran/miniapp-color-thief",
  34. "dependencies": {
  35. "quantize": "^1.0.2"
  36. }
  37. }