-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.14 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
{
"author": "Tobias Weiß, Hennes Römmer, Anna Mockenhaupt, Thomas Puppe",
"name": "test_visual_regression",
"license": "MIT",
"version": "1.0.0",
"description": "Testing visual regresion using PhantomCSS",
"main": "",
"repository": {
"type": "git",
"url": "git+https://github.com/ZeitOnline/test_visual_regression.git"
},
"bugs": {
"url": "https://github.com/ZeitOnline/test_visual_regression/issues"
},
"homepage": "https://github.com/ZeitOnline/test_visual_regression#readme",
"keywords": [
"testing",
"visual",
"regression",
"css",
"phantomjs"
],
"scripts": {
"format": "prettier --write . --log-level warn",
"lint": "eslint .",
"reference": "backstop reference --configPath=backstop-settings.js",
"reference:zar": "npm run reference -- --filter=zar::",
"reference:zon": "npm run reference -- --filter=zon::",
"test": "backstop test --configPath=backstop-settings.js",
"approve": "backstop approve --configPath=backstop-settings.js"
},
"devDependencies": {
"@zeitonline/eslint-config": "^0.5.1",
"@zeitonline/prettier-config": "^0.5.1",
"backdrop": "^0.0.3",
"backstopjs": "^6.3.23",
"glob": "^8.0.1"
}
}