-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 820 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 820 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
{
"name": "perceptualdiff",
"version": "1.4.1",
"description": "A port of the perceptualdiff image comparison (pdiff.sourceforge.net), and adding some additional features",
"license": "GPL-2.0",
"main": "index.js",
"homepage": "https://github.com/preceptorjs/perceptualdiff",
"bugs": "https://github.com/preceptorjs/perceptualdiff/issues",
"bin": {
"perceptualdiff": "bin/perceptualdiff"
},
"author": {
"name": "Marcel Erz",
"email": "marcel.erz@gmail.com",
"url": "http://www.marcelerz.com"
},
"repository": {
"type": "git",
"url": "https://github.com/preceptorjs/perceptualdiff.git"
},
"keywords": [
"perceptualdiff",
"visual-diff",
"diff",
"testing",
"image-diff",
"image",
"difference",
"compare"
],
"dependencies": {
"promise": "6.0.0",
"pngjs-image": "~0.10.0"
}
}