forked from dbrans/browserstack-cli
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 759 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 759 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
28
29
30
31
32
33
{
"contributors": [
{
"name": "Derek Brans",
"email": "dbrans@gmail.com",
"website": "http://github.com/dbrans"
},
{
"name": "Toby Ho",
"email": "airportyh@gmail.com",
"website": "http://github.com/airportyh"
}
],
"name": "browserstack-cli",
"description": "A command line interface for the BrowserStack API.",
"version": "0.3.1",
"homepage": "https://github.com/airportyh/browserstack-cli",
"repository": {
"type": "git",
"url": "git://github.com/airportyh/browserstack-cli.git"
},
"engines": {
"node": ">=0.6.0"
},
"dependencies": {
"commander": "1.x",
"browseroverflow": "^0.3.0",
"cli-table": "~0.2.0"
},
"bin": {
"browserstack": "bin/cli.js"
}
}