forked from appium/appium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
packweb.json
102 lines (102 loc) · 2.56 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"packages": {
"appium-core": [
"appium"
],
"appium-contrib": [
"android-apidemos",
"appium-adb",
"appium-android-bootstrap",
"appium-android-driver",
"appium-android-ime",
"appium-atoms",
"appium-base-driver",
"appium-chromedriver",
"appium-cookies",
"appium-doctor",
"appium-express",
"appium-fake-driver",
"appium-jsonwp-proxy",
"appium-logger",
"appium-instruments",
"appium-ios-driver",
"appium-ios-log",
"appium-ios-simulator",
"appium-remote-debugger",
"appium-safari-driver",
"appium-selendroid-driver",
"appium-selendroid-installer",
"appium-support",
"appium-uiauto",
"appium-uiautomator",
"appium-unlock",
"appium-webdriveragent-driver",
"appium-xcode",
"appium-xcuitest-driver",
"authorize-ios",
"io.appium.settings",
"jsonwp-status",
"mobile-json-wire-protocol",
"node-simctl"
],
"appium-tools": [
"appium-ci",
"appium-ci-standalone-tools",
"appium-gulp-plugins",
"appium-transpile-runtime",
"appium-jenkins",
"teen_process",
"packweb",
"turtledeps"
],
"appium-apps": [
"gps-demo-app",
"io.appium.gappium.sampleapp",
"ios-test-app",
"ios-uicatalog",
"ios-webview-app",
"toggle-test-app",
"sample-apps"
],
"extra-jlipps": [
"asyncbox",
"mochawait"
],
"extra-wd": [
"wd"
]
},
"owners": {
"appium-core": [
"imurchie",
"jlipps",
"dangraham"
],
"appium-contrib": [
"imurchie",
"jlipps",
"bootstraponline",
"dangraham"
],
"appium-tools": [
"imurchie",
"jlipps",
"dangraham"
],
"appium-apps": [
"imurchie",
"jlipps",
"dangraham",
"bootstraponline"
],
"extra-jlipps": [
"jlipps"
],
"extra-wd": [
"admc",
"jlipps",
"sebv",
"sourishkrout"
]
}
}