forked from bermi/sauce-connect-launcher
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
51 lines (51 loc) · 1.21 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
{
"name": "@mocha/sauce-connect-launcher",
"description": "A library to download and launch Sauce Connect.",
"version": "2.0.0",
"homepage": "https://github.com/mochajs/sauce-connect-launcher",
"author": "Bermi Ferrer <[email protected]>",
"main": "lib/sauce-connect-launcher",
"license": "MIT",
"keywords": [
"selenium",
"sauce connect",
"sauce labs",
"testing",
"local tunnel"
],
"repository": {
"type": "git",
"url": "https://github.com/mochajs/sauce-connect-launcher"
},
"scripts": {
"test": "make test",
"version": "git add README.md",
"lint": "make lint"
},
"dependencies": {
"adm-zip": "~0.4.3",
"async": "^2.1.2",
"https-proxy-agent": "~1.0.0",
"lodash": "^4.16.6",
"rimraf": "^2.5.4"
},
"devDependencies": {
"colors": "~1.1.2",
"eslint-plugin-mocha": "^4.8.0",
"expect.js": "~0.3.1",
"grunt": "~0.4.1",
"grunt-cli": "~0.1.9",
"grunt-contrib-watch": "~0.6.1",
"grunt-eslint": "^19.0.0",
"grunt-notify": "~0.4.0",
"grunt-release": "~0.13.0",
"grunt-simple-mocha": "~0.4.0",
"mocha": "^3.1.2"
},
"engines": {
"node": ">= 4"
},
"sauceConnectLauncher": {
"scVersion": "latest"
}
}