forked from ohcibi/browserstack-testem-integration
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 974 Bytes
/
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
{
"name": "browserstack-testem-integration",
"version": "1.0.0",
"description": "Helps integrating browserstack with your testem configuration",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ohcibi/browserstack-testem-integration.git"
},
"keywords": [
"browserstack",
"testem",
"ci"
],
"bin": {
"start-BrowserStackLocal": "./start-BrowserStackLocal.js",
"stop-BrowserStackLocal": "./stop-BrowserStackLocal.js",
"run_on_browserstack": "./run_on_browserstack.js"
},
"author": "Tobias Witt <tobias.witt@hhu.de>",
"license": "ISC",
"bugs": {
"url": "https://github.com/ohcibi/browserstack-testem-integration/issues"
},
"homepage": "https://github.com/ohcibi/browserstack-testem-integration#readme",
"dependencies": {
"browserstack": "^1.3.0",
"browserstacktunnel-wrapper": "^1.4.2"
}
}