forked from browserstack/node-appium-app-browserstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 779 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 779 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
{
"name": "node-appium-app-browserstack",
"version": "0.1.0",
"readme": "NodeJS Integration with [BrowserStack](https://www.browserstack.com)",
"description": "Appium iOS examples for NodeJS and BrowserStack App Automate",
"repository": {
"type": "git",
"url": "git+https://github.com/browserstack/node-appium-app-browserstack.git"
},
"keywords": [
"browserstack",
"appium",
"tests"
],
"bugs": {
"url": "https://github.com/browserstack/node-appium-app-browserstack/issues"
},
"homepage": "https://github.com/browserstack/node-appium-app-browserstack#readme",
"dependencies": {
"browserstack-local": "^1.0.2",
"wd": "^1.13.0",
"chai": "^4.2.0",
"chai-as-promised": "7.1.1"
},
"engines": {
"node": "^6"
}
}