forked from datuhealth/stranger
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 848 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 848 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
38
39
40
{
"name": "stranger",
"version": "1.0.3",
"description": "A visual regression testing framework for node.js",
"main": "sranger.js",
"bin": {
"stranger": "./bin/cmd.js"
},
"preferGlobal": true,
"scripts": {
"test": "standard;node test/index.js | tap-spec"
},
"keywords": [
"visual",
"regression",
"visual regression",
"ui testing",
"testing",
"ui"
],
"author": "Mike Engel",
"license": "Apache-2.0",
"dependencies": {
"chalk": "^1.1.1",
"del": "^2.0.2",
"gm": "^1.20.0",
"mkdirp": "^0.5.1",
"selenium-webdriver": "^2.48.2",
"subarg": "^1.0.0"
},
"devDependencies": {
"browserify": "^12.0.1",
"buffered-spawn": "^1.1.2",
"pre-commit": "^1.1.2",
"standard": "^5.3.1",
"tap-spec": "^4.1.0",
"tape": "^4.0.0",
"tape-run": "^2.1.0"
}
}