This repository has been archived by the owner on Dec 18, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
68 lines (68 loc) · 2.07 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "wdio-selenium-standalone-service",
"version": "0.0.12",
"description": "WebdriverIO service to start & stop Selenium Standalone",
"main": "index.js",
"scripts": {
"build": "grunt build",
"prepublish": "npm prune && npm run build",
"test": "npm run test:unit && npm run test:integration",
"test:unit": "mocha --compilers js:babel-register --recursive test/unit",
"test:integration": "wdio test/integration/wdio.conf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webdriverio/wdio-selenium-standalone-service.git"
},
"keywords": [
"webdriverio",
"wdio",
"wdio-service",
"selenium",
"standalone",
"server",
"tests"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/webdriverio/wdio-selenium-standalone-service/issues"
},
"homepage": "https://github.com/webdriverio/wdio-selenium-standalone-service#readme",
"dependencies": {
"fs-extra": "^0.30.0",
"selenium-standalone": "^6.15.4"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-preset-es2015": "^6.6.0",
"babel-register": "^6.7.2",
"eslint": "^2.5.1",
"eslint-config-standard": "^5.1.0",
"eslint-plugin-promise": "^1.1.0",
"eslint-plugin-standard": "^1.3.2",
"grunt": "^0.4.5",
"grunt-bump": "^0.6.0",
"grunt-babel": "^6.0.0",
"grunt-cli": "^1.1.0",
"grunt-npm": "0.0.2",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^18.0.0",
"load-grunt-tasks": "^3.4.1",
"mocha": "^2.5.3",
"wdio-mocha-framework": "^0.6.4",
"webdriverio": "^4.14.0"
},
"contributors": [
"Christian Bromann <[email protected]>",
"Andrii Lazebnyi <[email protected]>",
"Jan-André Zinser <[email protected]>",
"axelh <[email protected]>",
"Alexander Abashkin <[email protected]>",
"just-boris <[email protected]>",
"George Crawford <[email protected]>",
"Kevin Lamping <[email protected]>",
"Simon Tsvilik <[email protected]>"
]
}