forked from xuxtc/pix-diff
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.15 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": "pix-diff",
"version": "1.0.14",
"description": "Protractor plugin for image comparison",
"main": "index.js",
"dependencies": {
"blink-diff": "1.0.12",
"png-image": "1.0.1",
"camel-case": "1.2.2"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"cucumber": "^1.2.2",
"grunt": "^1.0.1",
"grunt-bump": "^0.8.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-run": "^0.6.0",
"jshint": "^2.9.2",
"load-grunt-tasks": "^3.5.0",
"mocha": "^2.4.5",
"protractor": "^4.0.5",
"protractor-cucumber-framework": "^0.6.0"
},
"scripts": {
"wd-update": "node_modules/.bin/webdriver-manager update",
"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"
}