forked from zschuessler/DeltaE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.05 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
{
"name": "delta-e",
"version": "0.0.7",
"description": "CIE color difference algorithms in JavaScript.",
"private": false,
"main": "./src/index.js",
"keywords": [
"cie",
"cie94",
"cie76",
"color difference",
"color algorithm",
"delta e"
],
"maintainers": [
{
"name": "Zachary Schuessler",
"email": "[email protected]",
"web": "http://zaclee.net"
}
],
"licenses": [
{
"name": "Unlicense",
"url": "http://unlicense.org/"
}
],
"repository": {
"type": "git",
"url": "https://github.com/zschuessler/DeltaE.git"
},
"devDependencies": {
"browserify": "^9.0.3",
"gulp": "^3.8.11",
"gulp-browserify": "^0.5.0",
"gulp-concat": "^2.5.2",
"gulp-jshint": "^1.8.5",
"gulp-rename": "^1.2.0",
"gulp-sourcemaps": "^1.5.1",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^1.1.0",
"gulp-wrap-exports": "^0.3.0",
"gulp-wrap-umd": "^0.2.1",
"vinyl-source-stream": "^1.1.0",
"gulp-jsdoc": "~0.1.4",
"vinyl-buffer": "~1.0.0"
}
}