forked from lokesh/color-thief
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
34 lines (34 loc) · 819 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "color-thief-jimp",
"version": "2.0.2",
"private": false,
"author": "Jean-Matthieu DECHRISTÉ",
"description": "Get the dominant color or color palette from an image with NodeJs and Jimp.",
"keywords": [
"color",
"palette",
"sampling",
"image",
"picture",
"photo",
"jimp"
],
"homepage": "https://github.com/jeanmatthieud/color-thief-jimp",
"repository": {
"type": "git",
"url": "https://github.com/jeanmatthieud/color-thief-jimp.git"
},
"bugs": {
"url": "https://github.com/jeanmatthieud/color-thief-jimp/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.githubusercontent.com/jeanmatthieud/color-thief-jimp/master/LICENSE/"
}
],
"main": "src/color-thief.js",
"dependencies": {
"jimp": "^0.5.6"
}
}