forked from joemcelroy/grunt-screenshot-compare-reporter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·42 lines (42 loc) · 881 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
41
42
{
"name": "grunt-screenshot-compare-reporter",
"version": "0.1.6",
"description": "takes in baseline and sample and gives a html report of the differences if found",
"keywords": [
"gruntplugin",
"smartling",
"json"
],
"author": {
"name": "Joseph McElroy",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/phoey/grunt-screenshot-compare-reporter"
},
"scripts": {
"test": "grunt"
},
"dependencies": {
"q":"1.0.1",
"resemble": "1.0.3",
"mkdirp":"0.5.0"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-coffee": "0.7.0",
"grunt-mocha-test":"~0.8.1",
"mocha": "^1.18.2"
},
"peerDependencies": {
"grunt": "~0.4.2"
},
"engines": {
"node": ">=0.8.0"
},
"licenses": {
"type": "MIT"
}
}