forked from itszero/wdio-browserstack-service
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.25 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": "wdio-browserstack-service",
"version": "0.1.16",
"description": "WebdriverIO service for better Browserstack integration",
"main": "build/index.js",
"scripts": {
"build": "gulp",
"test": "mocha",
"lint": "./node_modules/.bin/prettier *.js **/*.js --list-different",
"format": "./node_modules/.bin/prettier *.js **/*.js --write"
},
"repository": {
"type": "git",
"url": "git+https://github.com/itszero/wdio-browserstack-service.git"
},
"files": [
"index.js",
"launcher.js",
"build"
],
"keywords": [
"webdriverio",
"wdio",
"browserstack",
"test",
"automation",
"cloud",
"wdio-service"
],
"author": "Zero Cho <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/itszero/wdio-browserstack-service/issues"
},
"homepage": "https://github.com/itszero/wdio-browserstack-service#readme",
"dependencies": {
"browserstack-local": "^1.2.0",
"request": "^2.81.0",
"request-promise": "^4.2.1"
},
"devDependencies": {
"cucumber": "^3.0.6",
"gulp": "^3.9.1",
"gulp-buble": "^0.7.0",
"gulp-cli": "^1.2.2",
"mocha": "^3.5.3",
"sinon": "^4.0.0",
"prettier": "^1.7.4"
},
"prettier": {
"singleQuote": true
}
}