forked from jody-zeitler/cuke-skywalker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 891 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 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
38
{
"name": "cuke-skywalker",
"version": "1.0.1",
"description": "Distribute Cucumber features to workers run in parallel",
"keywords": [
"cucumber"
],
"license": "MIT",
"author": "Jody Zeitler <jody.zeitler@gmail.com>",
"main": "index.js",
"bin": {
"cuke-skywalker": "./bin/cuke-skywalker.js",
"cuke-skywalker-report": "./bin/cuke-skywalker-report.js"
},
"repository": {
"type": "git",
"url": "git@github.com:redbrick-health/cuke-skywalker.git"
},
"scripts": {
"test": "./bin/cuke-skywalker.js"
},
"dependencies": {
"bluebird": "^3.5.0",
"cucumber-html-reporter": "^3.0.4",
"lodash": "^4.17.4"
},
"devDependencies": {
"chromedriver": "^2.33.1",
"cucumber": "^3.0.5",
"selenium-webdriver": "^3.6.0"
},
"peerDependencies": {
"cucumber": "^2.0.0 || ^3.0.0"
},
"engines": {
"node": ">=7.6.0"
}
}