12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "name": "miniapp-color-thief",
- "version": "1.0.5",
- "description": "color thief for mini app (wechat / Alipay / Baidu...)",
- "main": "index.js",
- "scripts": {
- "prod": "npm version patch && npm publish"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/neobaran/miniapp-color-thief.git"
- },
- "keywords": [
- "color",
- "color thief",
- "颜色",
- "miniapp",
- "小程序",
- "wechat",
- "weixin",
- "微信",
- "微信小程序",
- "支付宝小程序",
- "百度小程序",
- "头条小程序",
- "快应用"
- ],
- "author": "NEOBARAN",
- "license": "Apache-2.0",
- "bugs": {
- "url": "https://github.com/neobaran/miniapp-color-thief/issues"
- },
- "homepage": "https://github.com/neobaran/miniapp-color-thief",
- "dependencies": {
- "quantize": "^1.0.2"
- }
- }
|