-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.42 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
{
"name": "testcafe-browser-provider-crossbrowsertesting",
"version": "1.0.3",
"description": "crossbrowsertesting TestCafe browser provider plugin.",
"repository": "https://github.com/sijosyn/testcafe-browser-provider-crossbrowsertesting",
"homepage": "https://github.com/sijosyn/testcafe-browser-provider-crossbrowsertesting",
"author": {
"name": "Sijo Cheeran",
"email": "[email protected]",
"url": "https://synacor.com"
},
"main": "lib/index",
"files": [
"lib"
],
"scripts": {
"test": "gulp test",
"publish-please": "publish-please",
"prepublish": "publish-please guard"
},
"keywords": [
"testcafe",
"browser provider",
"plugin",
"CrossBrowserTesting.com",
"CrossBrowserTesting",
"CBT"
],
"license": "MIT",
"dependencies": {
"babel-runtime": "^6.11.6",
"cbt_tunnels": "^0.9.3",
"lodash": "^4.17.4",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"wd": "^1.6.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",
"del": "^2.0.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.2",
"gulp-eslint": "^3.0.1",
"gulp-mocha": "^3.0.1",
"node-version": "^1.0.0",
"publish-please": "^2.1.4"
}
}