forked from TheBrainFamily/sync-webdriverio
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 896 Bytes
/
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
{
"name": "xolvio-sync-webdriverio",
"version": "4.0.5",
"description": "A sync version of WebdriverIO powered by Fibers",
"keywords": [
"webdriverio",
"selenium",
"phantom",
"testing",
"saucelabs"
],
"author": "Jonas Aschenbrenner <[email protected]> (http://xolv.io)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/xolvio/sync-webdriverio"
},
"homepage": "",
"bugs": {
"url": "https://github.com/xolvio/sync-webdriverio/issues"
},
"scripts": {
"test": "jest"
},
"main": "index.js",
"jest": {
"moduleFileExtensions": [
"js",
"json",
"node"
]
},
"dependencies": {
"xolvio-fiber-utils": "^2.0.3",
"fibers": "^1.0.7",
"meteor-promise": "^0.4.1",
"underscore": "^1.8.3",
"webdriverio": "^3.2.1"
},
"devDependencies": {
"jest-cli": "^0.4.17"
}
}