-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 891 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 891 Bytes
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
{
"name": "visual-regression",
"version": "1.0.0",
"description": "Example project for Visual-Regression Testing with Kobold",
"scripts": {
"test": "node_modules/preceptor/bin/preceptor rule-book.js"
},
"homepage": "https://github.com/preceptorjs/visual-regression",
"bugs": "https://github.com/preceptorjs/visual-regression/issues",
"repository": {
"type": "git",
"url": "https://github.com/preceptorjs/visual-regression.git"
},
"keywords": [
"testing",
"preceptor",
"webdriver",
"selenium",
"mocha",
"hodman",
"blink-diff",
"kobold"
],
"author": {
"name": "Marcel Erz",
"email": "me@marcelerz.com"
},
"license": "MIT",
"dependencies": {
"cabbie-alpha": "^1.0.1",
"hodman": "^0.9.5",
"kobold": "^0.9.4",
"mocha": "^2.1.0",
"preceptor": "^0.9.7",
"preceptor-webdriver": "^0.9.6"
}
}