forked from browserstack/browserstack-runner
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 677 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 677 Bytes
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
{
"name": "browserstack-runner",
"description": "A command line interface to run browser tests over BrowserStack",
"version": "0.1.14",
"homepage": "https://github.com/browserstack/browserstack-runner",
"repository": {
"type": "git",
"url": "https://github.com/browserstack/browserstack-runner.git"
},
"dependencies": {
"browserstack": "1.0.1",
"chalk": "0.4.0",
"tunnel": "0.0.3"
},
"devDependencies": {
"mocha": "~1.15.1"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/browserstack/browserstack-runner/blob/master/MIT-LICENSE.txt"
}
],
"bin": {
"browserstack-runner": "bin/cli.js"
}
}