forked from webdriverio-boneyard/gulp-webdriver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1 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
43
44
{
"name": "gulp-webdriver",
"version": "1.0.1",
"description": "gulp-webdriver is a gulp plugin to run selenium tests with the WebdriverIO testrunner",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/webdriverio/gulp-webdriver.git"
},
"keywords": [
"webdriverio",
"gulp",
"selenium",
"webdriver",
"mocha",
"test",
"testing",
"bdd",
"tdd",
"saucelabs",
"runner",
"gulpplugin"
],
"author": "Christian Bromann <mail@christian-bromann.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/webdriverio/gulp-webdriver/issues"
},
"scripts": {
"test": "./node_modules/.bin/gulp webdriver"
},
"homepage": "https://github.com/webdriverio/gulp-webdriver",
"dependencies": {
"gulp-util": "^3.0.4",
"through2": "^0.6.5",
"deepmerge": "^0.2.7",
"dargs": "christian-bromann/dargs",
"webdriverio": "^3.2.1"
},
"devDependencies": {
"gulp": "^3.8.11",
"mocha": "^2.3.0"
}
}