mirror of
https://github.com/appium/appium.git
synced 2026-01-24 03:11:04 -06:00
add packweb json file for use with npm dep ownership and other tools
This commit is contained in:
91
packweb.json
Normal file
91
packweb.json
Normal file
@@ -0,0 +1,91 @@
|
||||
{
|
||||
"packages": {
|
||||
"appium-core": [
|
||||
"appium"
|
||||
],
|
||||
"appium-contrib": [
|
||||
"android-apidemos",
|
||||
"appium-adb",
|
||||
"appium-android-bootstrap",
|
||||
"appium-android-ime",
|
||||
"appium-atoms",
|
||||
"appium-chromedriver",
|
||||
"appium-logger",
|
||||
"appium-support",
|
||||
"appium-instruments",
|
||||
"appium-uiauto",
|
||||
"appium-uiautomator",
|
||||
"appium-xcode",
|
||||
"io.appium.settings",
|
||||
"jsonwp-proxy",
|
||||
"jsonwp-status",
|
||||
"node-simctl"
|
||||
],
|
||||
"appium-tools": [
|
||||
"appium-ci-standalone-tools",
|
||||
"appium-gulp-plugins",
|
||||
"appium-transpile-runtime",
|
||||
"appium-jenkins",
|
||||
"node-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",
|
||||
"jonahss",
|
||||
"moizjv",
|
||||
"sebv"
|
||||
],
|
||||
"appium-contrib": [
|
||||
"imurchie",
|
||||
"jlipps",
|
||||
"jonahss",
|
||||
"moizjv",
|
||||
"sebv",
|
||||
"bootstraponline"
|
||||
],
|
||||
"appium-tools": [
|
||||
"imurchie",
|
||||
"jlipps",
|
||||
"jonahss",
|
||||
"moizjv",
|
||||
"sebv"
|
||||
],
|
||||
"appium-apps": [
|
||||
"imurchie",
|
||||
"jlipps",
|
||||
"jonahss",
|
||||
"moizjv",
|
||||
"sebv",
|
||||
"bootstraponline"
|
||||
],
|
||||
"extra-jlipps": [
|
||||
"jlipps"
|
||||
],
|
||||
"extra-wd": [
|
||||
"admc",
|
||||
"jlipps",
|
||||
"sebv",
|
||||
"sourishkrout"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user