-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 859 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 859 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
36
37
38
39
40
{
"name": "pix-diff",
"version": "1.0.4",
"description": "Protractor plugin for image comparison",
"main": "index.js",
"dependencies": {
"blink-diff": "^1.0.7",
"png-image": "^1.0.0"
},
"devDependencies": {
"grunt": "^0.4.2",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-protractor-runner": "^1.1.4",
"load-grunt-tasks": "^0.6.0",
"protractor": "^1.4.0"
},
"scripts": {
"test": "node_modules/.bin/grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/koola/pix-diff.git"
},
"keywords": [
"image-diff",
"pix",
"blink",
"image",
"diff",
"difference",
"compare"
],
"author": "Koola",
"license": "MIT",
"bugs": {
"url": "https://github.com/koola/pix-diff/issues"
},
"homepage": "https://github.com/koola/pix-diff"
}