forked from appium/appium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
packweb.json
85 lines (85 loc) · 2.02 KB
/
packweb.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"packages": {
"appium-core": [
"appium"
],
"appium-contrib": [
"appium-adb",
"appium-android-driver",
"appium-base-driver",
"appium-chromedriver",
"appium-doctor",
"appium-espresso-driver",
"appium-fake-driver",
"appium-idb",
"appium-ios-device",
"appium-ios-driver",
"appium-ios-simulator",
"appium-mac-driver",
"appium-remote-debugger",
"appium-support",
"appium-uiautomator2-driver",
"appium-uiautomator2-server",
"appium-webdriveragent",
"appium-xcode",
"appium-xcuitest-driver",
"eslint-config-appium",
"io.appium.settings",
"node-idevice",
"node-simctl"
],
"appium-tools": [
"appium-ci",
"appium-gulp-plugins",
"appium-test-support",
"teen_process",
"packweb"
],
"appium-apps": [
"android-apidemos",
"gps-demo-app",
"io.appium.gappium.sampleapp",
"ios-test-app",
"ios-uicatalog",
"ios-webview-app",
"sample-apps"
],
"extra-jlipps": [
"asyncbox"
],
"extra-wd": [
"wd"
]
},
"owners": {
"appium-core": [
"imurchie",
"jlipps",
"dangraham"
],
"appium-contrib": [
"imurchie",
"jlipps",
"dangraham"
],
"appium-tools": [
"imurchie",
"jlipps",
"dangraham"
],
"appium-apps": [
"imurchie",
"jlipps",
"dangraham"
],
"extra-jlipps": [
"jlipps"
],
"extra-wd": [
"admc",
"jlipps",
"sebv",
"sourishkrout"
]
}
}