-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.17 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
{
"name": "isitworking",
"version": "3.3.0",
"description": "Webdriver.io runner with saucelabs support",
"main": "index.js",
"scripts": {
"test": "npm run lint && ./test/start.sh",
"lint:fix": "npm run lint -- --fix",
"lint": "eslint lib/ test/ index *.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CoorpAcademy/isitworking.git"
},
"keywords": [
"saucelabs",
"webdriver.io",
"webdriver"
],
"author": "Loïc Calvy",
"license": "MIT",
"bugs": {
"url": "https://github.com/CoorpAcademy/isitworking/issues"
},
"homepage": "https://github.com/CoorpAcademy/isitworking#readme",
"devDependencies": {
"@coorpacademy/eslint-plugin-coorpacademy": "^7.0.2",
"eslint": "^4.13.1",
"eslint-plugin-mocha-only": "^0.0.3",
"grunt-webdriver-manager": "1.0.0"
},
"dependencies": {
"async": "2.6.0",
"bluebird": "3.5.1",
"chai": "4.1.2",
"chalk": "2.3.0",
"debug": "3.1.0",
"glob": "7.1.2",
"lodash": "4.17.4",
"mocha": "4.1.0",
"request": "2.83.0",
"webdriverio": "4.9.11"
},
"optionalDependencies": {
"bugsnag": "^2.0.1",
"saucelabs": "^1.4.0"
}
}