package.json
821 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
35
36
37
38
39
{
"author": "Igor Bezkrovny",
"name": "image-quantization-demo",
"version": "0.0.1",
"description": "Image Quantization Library Demo",
"contributors": [],
"homepage": "https://github.com/igor-bezkrovny/image-quantization",
"keywords": [
"image",
"palette",
"quantization",
"quantizer",
"color",
"neuquant",
"rgbquant",
"xiaolin wu",
"cie94 distance",
"ciede2000",
"dithering",
"floyd-steinberg"
],
"engines": {
"node": ">=0.9.0"
},
"bugs": {
"url": "https://github.com/igor-bezkrovny/image-quantization/issues"
},
"scripts": {
"dist": "webpack"
},
"dependencies": {},
"preferGlobal": "false",
"license": "MIT",
"devDependencies": {
"source-map-loader": "^0.1.5",
"ts-loader": "^0.8.2",
"webpack": "^1.13.1"
}
}