-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
42 lines (42 loc) · 986 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": "automated-screenshot-diff",
"description": "Automated Screenshot Diff - Continuous Safe Deployment Made Easy",
"version": "0.1.5",
"author": {
"name": "Igor Escobar",
"email": "[email protected]",
"url": "http://www.igorescobar.com/"
},
"contributors": [],
"repository" : {
"type" : "git",
"url" : "[email protected]:igorescobar/automated-screenshot-diff.git"
},
"engines": [
"node >= 0.9.0"
],
"dependencies": {
"walk": "2.2.1",
"underscore": "1.5.1",
"canvas": "1.0.3",
"handlebars": "1.0.12",
"imagediff": "1.0.4",
"commander": "1.2.0",
"colors": "0.6.0-1"
},
"devDependencies": {
"grunt": "~0.4.1",
"nock": "0.18.2",
"sinon": "1.7.3",
"sinon-mocha": "0.0.3",
"mocha": "1.12.0",
"grunt-mocha-test": "0.5.0",
"blanket": "1.1.5"
},
"scripts": {
"test": "mocha"
},
"scripts": {},
"bin": "bin/automated-screenshot-diff",
"main": "lib/screenshots.js"
}