-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 813 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
{
"name": "@abhinandanwadwa/image-color-extractor",
"version": "1.2.0",
"description": "A simple lightweight package to find out the dominant color in an image",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"url": "git://github.com/abhinandanwadwa/image-color-extractor-npm-package.git"
},
"keywords": [
"Image",
"Extractor",
"using",
"image",
"link",
"color",
"extractor"
],
"author": "Abhinandan Wadhwa",
"license": "ISC",
"bugs": {
"url": "https://github.com/abhinandanwadwa/image-color-extractor-npm-package/issues"
},
"homepage": "https://github.com/abhinandanwadwa/image-color-extractor-npm-package#readme",
"dependencies": {
"jimp": "^0.16.2"
}
}