-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.02 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "simdope",
"version": "5.6.0",
"description": "SIMDope 🎨 - Color trafficking library faster than tools not mentioning it, lighting fast and around 1700 lines of code (~7kB Gzipped and 0 dep.)",
"devDependencies": {
"path": "~0.12.7",
"uglifyjs-3-webpack-plugin": "~1.2.4",
"webpack": "~4.37.0",
"webpack-cli": "~4.10.0"
},
"build": {},
"author": "Affolter Matias",
"keywords": [
"simd",
"operations",
"color",
"image",
"img",
"canvas",
"data",
"blend",
"mix",
"alpha",
"match",
"distance",
"maniupaltion",
"processing",
"fast",
"rgba",
"rgb",
"hsl",
"cie",
"lab",
"delta",
"hex",
"uint32",
"uint8"
],
"scripts": {
"build": "NODE_ENV=production webpack --node-env \"production\""
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/pixa-pics/SIMDope.git"
},
"engines": {
"node": ">=0.8.0"
},
"dependencies": {
"core-js": "^3.27.1"
}
}