-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 755 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 755 Bytes
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": "coloor",
"version": "0.4.6",
"description": "Image preloading utility that uses dominant color",
"main": "src/preprocess/index.js",
"scripts": {
"build": "uglifyjs ./src/preload/index.js -o ./lib/coloor.min.js"
},
"repository": {
"type": "git",
"url": "https://github.com/krasimir/coloor.git"
},
"keywords": [
"preloader",
"image",
"dominant",
"color",
"lazy"
],
"author": "Krasimir Tsonev",
"license": "MIT",
"bugs": {
"url": "https://github.com/krasimir/coloor/issues"
},
"homepage": "https://github.com/krasimir/coloor",
"dependencies": {
"jimp": "0.2.21",
"color-thief-jimp": "2.0.2",
"glob": "7.0.3"
},
"devDependencies": {
"uglify-js": "2.6.2"
}
}