forked from appium/appium-xcuitest-driver
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
66 lines (66 loc) · 1.56 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
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "appium-xcuitest-driver",
"description": "Appium driver for iOS using XCUITest for backend",
"keywords": [
"appium",
"ios",
"webdriveragent",
"xcuitest",
"xctest"
],
"version": "1.0.1",
"author": "appium",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/appium/appium-xcuitest-driver.git"
},
"bugs": {
"url": "https://github.com/appium/appium-xcuitest-driver/issues"
},
"engines": [
"node"
],
"main": "./build/index.js",
"bin": {},
"directories": {
"lib": "lib"
},
"dependencies": {
"appium-base-driver": "^1.0.2",
"appium-express": "^1.0.0",
"appium-ios-simulator": "^1.0.1",
"appium-jsonwp-proxy": "^1.4.0",
"appium-logger": "^2.0.0",
"appium-safari-driver": "^1.0.0",
"appium-support": "^2.0.0",
"asyncbox": "^2.3.1",
"babel-runtime": "=5.8.24",
"bluebird": "^3.1.1",
"ios-app-utils": "^1.0.0",
"lodash": "^4.0.0",
"mobile-json-wire-protocol": "^1.0.2",
"node-simctl": "^3.1.0",
"safari-launcher": "^2.0.5",
"source-map-support": "^0.4.0",
"teen_process": "^1.5.1",
"yargs": "^3.29.0"
},
"scripts": {
"prepublish": "gulp prepublish",
"test": "gulp once",
"watch": "gulp"
},
"devDependencies": {
"appium-gulp-plugins": "^1.2.12",
"chai": "^3.0.0",
"chai-as-promised": "^5.1.0",
"gulp": "^3.8.11",
"ios-test-app": "^2.3.3",
"ios-webview-app": "^1.0.3",
"request-promise": "^2.0.0",
"through2": "^2.0.0",
"wd": "^0.4.0",
"yargs": "^3.10.0"
}
}