-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
65 lines (65 loc) · 1.46 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
61
62
63
64
65
{
"name": "@nightwatch/browserstack",
"version": "3.4.4",
"description": "Nightwatch plugin for integration with browserstack.",
"main": "index.js",
"scripts": {
"test": "mocha --recursive --timeout 10000",
"eslint": "eslint index.js src nightwatch test --quiet"
},
"publishConfig": {
"access": "public"
},
"eslintConfig": {
"extends": "eslint:recommended",
"env": {
"browser": false,
"node": true
},
"rules": {
"eqeqeq": "off",
"curly": [
"error",
"all"
],
"quotes": [
"error",
"single"
]
}
},
"author": "",
"files": [
"src",
"nightwatch",
"index.js",
"LICENSE.md",
"README.md"
],
"license": "MIT",
"dependencies": {
"browserstack-local": "^1.5.3",
"git-last-commit": "^1.0.1",
"git-repo-info": "^2.1.1",
"gitconfiglocal": "^2.1.0",
"@cypress/request": "^3.0.1",
"strip-ansi": "^6.0.1",
"winston-transport": "^4.5.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"chai": "^4.3.7",
"eslint": "^8.31.0",
"mocha": "^10.2.0",
"mockery": "^2.1.0",
"sinon": "^15.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nightwatchjs/nightwatch-plugin-browserstack.git"
},
"bugs": {
"url": "https://github.com/nightwatchjs/nightwatch-plugin-browserstack/issues"
},
"homepage": "https://github.com/nightwatchjs/nightwatch-plugin-browserstack#readme"
}