-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
42 lines (42 loc) · 1.04 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
{
"name": "wdio-cucumber-parallel-execution",
"version": "3.6.15",
"description": "WebdriverIO Package to execute Cucumber scenarios in parallel",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel --presets es2015 -d ./ src"
},
"keywords": [
"webdriverio",
"parallel",
"cucumber",
"speed",
"execution",
"feature",
"scenario"
],
"author": "Simit Tomar",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/SimitTomar/wdio-cucumber-parallel-execution.git"
},
"bugs": "https://github.com/SimitTomar/wdio-cucumber-parallel-execution/issues",
"dependencies": {
"cucumber": "0.10.4",
"cucumber-tag-expressions": "1.1.1",
"fs-extra": "0.26.7",
"gherkin": "5.1.0",
"glob": "7.1.3",
"lodash": "4.17.21",
"uniqid": "5.0.3",
"node-dir": "0.1.17"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"chalk": "^2.4.2",
"node-emoji": "^1.10.0"
}
}