This repository has been archived by the owner on Jan 19, 2021. It is now read-only.
forked from DevExpress/testcafe-browser-provider-saucelabs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.51 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
{
"name": "testcafe-browser-provider-saucelabs",
"version": "1.8.0",
"description": "saucelabs TestCafe browser provider plugin.",
"repository": "https://github.com/DevExpress/testcafe-browser-provider-saucelabs",
"homepage": "https://github.com/DevExpress/testcafe-browser-provider-saucelabs",
"author": {
"name": "Developer Express Inc.",
"url": "https://devexpress.com"
},
"engines": {
"node": ">=6.0.0"
},
"main": "lib/index",
"files": [
"lib",
"utils"
],
"scripts": {
"test": "gulp test",
"publish-please": "publish-please",
"prepublish": "publish-please guard"
},
"keywords": [
"testcafe",
"browser provider",
"plugin",
"saucelabs"
],
"license": "MIT",
"dependencies": {
"babel-runtime": "^6.11.6",
"desired-capabilities": "^0.1.0",
"lodash": "^4.14.2",
"pify": "^2.3.0",
"pinkie": "^2.0.4",
"request": "^2.74.0",
"saucelabs-connector": "^0.3.0"
},
"devDependencies": {
"babel-eslint": "^6.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-runtime": "^6.12.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-es2015-loose": "^7.0.0",
"babel-preset-stage-3": "^6.11.0",
"chai": "^3.5.0",
"cross-spawn": "^4.0.0",
"del": "^2.0.0",
"gulp": "^4.0.0",
"gulp-babel": "^6.1.2",
"gulp-eslint": "^3.0.1",
"mocha": "^5.2.0",
"mock-fs": "^4.8.0",
"publish-please": "^5.4.3",
"sinon": "^7.2.5",
"testcafe": "^0.23.3",
"tmp": "0.0.28"
}
}