-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.38 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.38 KB
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
43
44
45
46
47
48
49
50
{
"name": "wdio-cucumber-utilities",
"version": "0.1.0",
"description": "Simple configuration and step definitions for Cucumber.js and Webdriver.io",
"main": "lib/index.js",
"keywords": [
"wdio",
"webdriver",
"cucumber",
"BDD"
],
"repository": {
"url": "https://github.com/jessedijkstra/wdio-cucumber-utilities.git",
"type": "git"
},
"engines": {
"node": ">=4.1.2"
},
"scripts": {
"test": "scripts/test"
},
"author": "Jesse Dijkstra <mail@jessedijkstra.nl>",
"contributors": [
"Christian Bromann <christian@saucelabs.com>"
],
"homepage": "https://github.com/jessedijkstra/wdio-cucumber-utilities",
"bugs": "https://github.com/jessedijkstra/wdio-cucumber-utilities/issues",
"license": "MIT",
"dependencies": {
"chai": "^3.5.0",
"cucumber": "1.3.1",
"wdio-cucumber-framework": "^0.2.12",
"wdio-mocha-framework": "^0.5.4",
"wdio-phantomjs-service": "^0.2.2",
"wdio-spec-reporter": "^0.0.3",
"webdriverio": "^4.4.0"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-es2016": "^6.16.0",
"babel-preset-es2017": "^6.16.0",
"eslint": "^3.11.0",
"eslint-config-airbnb-base": "^10.0.1",
"eslint-plugin-import": "^2.2.0",
"http-server": "^0.9.0",
"selenium-standalone": "^5.8.0",
"wdio-selenium-standalone-service": "^0.0.7"
}
}