forked from YahooArchive/kobold
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.01 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
{
"name": "kobold",
"version": "0.9.6",
"description": "Visual regression testing framework, comparing screenshots from multiple builds",
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "istanbul cover -- _mocha --reporter spec",
"docs": "yuidoc ."
},
"bin": {
"kobold": "bin/kobold"
},
"homepage": "https://github.com/yahoo/kobold",
"bugs": "https://github.com/yahoo/kobold/issues",
"repository": {
"type": "git",
"url": "https://github.com/yahoo/kobold.git"
},
"keywords": [
"compare",
"visual-diff",
"testing",
"preceptor",
"blink",
"screenshot",
"image"
],
"author": {
"name": "Marcel Erz",
"email": "[email protected]"
},
"dependencies": {
"preceptor-core": "0.9.3",
"blink-diff": "1.0.7",
"kobold-core": "0.9.4",
"log4js": "2.5.2",
"promise": "6.0.0",
"mocha": "5.0.0"
},
"devDependencies": {
"chai": "1.9.1",
"coveralls": "2.11.2",
"istanbul": "0.4.5",
"yuidocjs": "0.3.50"
}
}