forked from yahoo/blink-diff
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.09 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
{
"name": "blink-diff",
"version": "1.0.13",
"description": "A lightweight image comparison tool",
"license": "MIT",
"main": "index.js",
"bugs": "https://github.com/yahoo/blink-diff/issues",
"homepage": "https://github.com/yahoo/blink-diff",
"bin": {
"blink-diff": "bin/blink-diff"
},
"author": {
"name": "Marcel Erz",
"email": "[email protected]",
"url": "http://www.marcelerz.com"
},
"repository": {
"type": "git",
"url": "https://github.com/yahoo/blink-diff.git"
},
"keywords": [
"image-diff",
"visual-diff",
"diff",
"testing",
"blink",
"image",
"difference",
"compare"
],
"scripts": {
"test": "istanbul cover -- _mocha --reporter spec",
"docs": "yuidoc ."
},
"dependencies": {
"pngjs-image": "~0.11.5",
"preceptor-core": "~0.10.0",
"promise": "6.0.0"
},
"devDependencies": {
"chai": "1.9.2",
"coveralls": "2.11.2",
"codeclimate-test-reporter": "0.0.4",
"istanbul": "0.3.2",
"mocha": "1.21.4",
"sinon": "1.12.2",
"sinon-chai": "2.7.0",
"yuidocjs": "0.3.50"
}
}