forked from HumbleSoftware/js-imagediff
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 865 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
32
33
34
35
36
37
38
39
40
{
"name": "imagediff",
"main": "./imagediff.js",
"browser": {
"canvas": "./browser/canvas.js"
},
"description": "JavaScript Canvas based imagediff utility.",
"homepage": "http://HumbleSoftware.github.com/js-imagediff/",
"keywords": [
"util",
"server",
"client",
"browser",
"canvas",
"diff",
"imagediff"
],
"author": "Carl Sutherland <[email protected]> (http://www.humblesoftware.com/)",
"contributors": [
"Jordan Santell <@jsantell>"
],
"optionalDependencies": {
"canvas": "~1.1.6"
},
"devDependencies": {
"jasmine-node": ">=1.0.20",
"smoosh": ">=0.3.1"
},
"repository": {
"type": "git",
"url": "git://github.com/HumbleSoftware/js-imagediff.git"
},
"version": "1.0.8",
"engines": {
"node": ">= 0.6.0"
},
"bin" : {
"imagediff" : "./bin/imagediff"
}
}