-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 798 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
{
"name": "inspectrejs",
"version": "0.0.4",
"description": "A web layout regression testing tool for PhantomJS and SlimerJS.",
"keywords": [
"phantomjs",
"slimerjs",
"screenshot",
"screengrab",
"image",
"difference",
"diff",
"comparison",
"compare"
],
"author": {
"name": "Martin Kutschker",
"email": "[email protected]"
},
"homepage": "https://github.com/masi/inspectrejs",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/masi/inspectrejs.git"
},
"bugs": {
"url": "https://github.com/masi/inspectrejs/issues"
},
"dependencies": {
"eerie-toolbox": ">=0.0.3",
"URIjs": ">=1.12",
"resemblejs": ">=1.2",
"minimist": ">=1",
"function-bind": ">=1"
},
"engines": {
"phantomjs": "*",
"slimerjs": "*"
}
}