Skip to content

Instantly share code, notes, and snippets.

@rgamez
Created April 21, 2016 10:57
Show Gist options
  • Save rgamez/fc54ba8da380d95029b5b022321311ea to your computer and use it in GitHub Desktop.
Save rgamez/fc54ba8da380d95029b5b022321311ea to your computer and use it in GitHub Desktop.
COBWEB project.json with repositories instead of package names
{
"versions":{
"core": "cobweb",
"project": "0.2.2"
},
"plugins":{
"cordova": [
"https://github.com/apache/cordova-plugin-camera.git#0.3.6",
"https://github.com/apache/cordova-plugin-console.git#0.2.13",
"https://github.com/apache/cordova-plugin-device.git#0.3.0",
"https://github.com/apache/cordova-plugin-device-orientation.git#0.3.11",
"https://github.com/apache/cordova-plugin-dialogs.git#0.3.0",
"https://github.com/apache/cordova-plugin-file.git#1.3.3",
"https://github.com/apache/cordova-plugin-file-transfer.git#0.5.0",
"https://github.com/apache/cordova-plugin-inappbrowser.git#0.6.0",
"https://github.com/apache/cordova-plugin-media.git#0.2.16",
"https://github.com/apache/cordova-plugin-media-capture.git#0.3.6",
"https://github.com/edina/cordova-plugin-softkeyboard#1.0.3",
"https://github.com/apache/cordova-plugin-network-information.git#0.2.15",
"https://github.com/apache/cordova-plugin-globalization.git#0.3.4",
"https://github.com/MobileChromeApps/cordova-plugin-zip#v2.1.1",
"https://github.com/edina/Cordova-SQLitePlugin.git#8e0bcd0",
"https://github.com/cobweb-eu/cobweb-los-plugin.git#0.0.1",
"https://github.com/edina/cordova-plugin-activitieslist#0.0.1",
"https://github.com/cobweb-eu/cobweb-camera-va-plugin.git#0.0.1",
"https://github.com/cobweb-eu/cobweb-ble-plugin.git#0.0.1",
"https://github.com/cobweb-eu/cordova-cobweb-qa.git"
],
"fieldtrip": {
"gps-tracking": "git@github.com:edina/fieldtrip-gps-tracking.git#0.7.0",
"map-search": "git@github.com:edina/fieldtrip-map-search.git#0.5.0",
"offline-maps": "git@github.com:edina/fieldtrip-offline-maps.git#0.5.2",
"sync": "git@github.com:edina/fieldtrip-sync.git#cobweb",
"overlays": "git@github.com:edina/fieldtrip-overlays.git",
"extend-record": "git@github.com:edina/fieldtrip-extend-record.git",
"decision-tree": "git@github.com:edina/fieldtrip-decision-tree.git",
"camera-va": "git@github.com:edina/fieldtrip-camera-va.git#0.1.1",
"position-tracking": "git@github.com:edina/fieldtrip-position-tracking.git#0.2.1",
"ble": "git@github.com:cobweb-eu/fieldtrip-ble.git"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment