forked from LambdaTest/testcafe-browser-provider-lambdatest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.49 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
{
"name": "testcafe-browser-provider-lambdatest",
"version": "2.0.3",
"description": "lambdatest TestCafe browser provider plugin.",
"repository": "https://github.com/LambdaTest/testcafe-browser-provider-lambdatest",
"homepage": "https://github.com/LambdaTest/testcafe-browser-provider-lambdatest",
"author": "LambdaTest <[email protected]>",
"contributors": [
"LambdaTest <[email protected]> (https://www.npmjs.com/~lambdatestdev)"
],
"main": "lib/index",
"files": [
"lib"
],
"scripts": {
"build": "gulp build",
"test": "gulp test"
},
"keywords": [
"testcafe",
"browser provider",
"plugin",
"lambdatest"
],
"engines": {
"node": ">=8.0.0"
},
"license": "MIT",
"dependencies": {
"@babel/runtime-corejs2": "^7.6.3",
"@lambdatest/node-tunnel": "*",
"desired-capabilities": "^0.1.0",
"pify": "^4.0.1",
"pinkie": "^2.0.4",
"request": "^2.88.0",
"wd": "^1.11.4"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-json-strings": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.6.3",
"babel-eslint": "^10.0.3",
"babel-plugin-add-module-exports": "^1.0.2",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-eslint": "^6.0.0",
"gulp-mocha": "^7.0.2"
}
}