diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-11-08 12:37:03 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-11-08 12:37:03 -0500 |
| commit | ef4f212fc1482136dba1e690ec589b315b4a377f (patch) | |
| tree | 0b7e16d72567fafcfd3e08d7c5c591ad07a63458 /StoneIsland/plugins/fetch.json | |
| parent | 5fa81da81260d65113f57a293b6256d334fe8e2d (diff) | |
build 0.7.0
Diffstat (limited to 'StoneIsland/plugins/fetch.json')
| -rwxr-xr-x | StoneIsland/plugins/fetch.json | 78 |
1 files changed, 43 insertions, 35 deletions
diff --git a/StoneIsland/plugins/fetch.json b/StoneIsland/plugins/fetch.json index cb0dbc6f..38f9ef54 100755 --- a/StoneIsland/plugins/fetch.json +++ b/StoneIsland/plugins/fetch.json @@ -1,40 +1,54 @@ { - "cordova-plugin-geolocation": { + "com.parse.cordova.core.pushplugin": { + "source": { + "type": "git", + "url": "https://github.com/grrrian/phonegap-parse-plugin", + "subdir": "." + }, + "is_top_level": true, + "variables": { + "APP_ID": "GS82ZxpN8Mecpc53rsyu6aLLGK0W4CKi42J25DLB", + "CLIENT_KEY": "hQRtQfsgimYnX5PMivtcdXCG9eZhESeyTr0Rd8Sv" + } + }, + "cordova-plugin-inappbrowser": { "source": { "type": "registry", - "id": "cordova-plugin-geolocation" + "id": "cordova-plugin-inappbrowser@1.5.0" }, "is_top_level": true, "variables": {} }, - "cordova-plugin-splashscreen": { + "cordova-plugin-x-socialsharing": { "source": { "type": "registry", - "id": "cordova-plugin-splashscreen" + "id": "cordova-plugin-x-socialsharing" }, "is_top_level": true, "variables": {} }, - "cordova-plugin-dialogs": { + "cordova-plugin-customurlscheme": { "source": { "type": "registry", - "id": "cordova-plugin-dialogs" + "id": "cordova-plugin-customurlscheme" }, "is_top_level": true, - "variables": {} + "variables": { + "URL_SCHEME": "stoneisland" + } }, - "cordova-plugin-network-information": { + "phonegap-plugin-push": { "source": { "type": "registry", - "id": "cordova-plugin-network-information" + "id": "phonegap-plugin-push@1.8.4" }, "is_top_level": true, "variables": {} }, - "cordova-plugin-device": { + "cordova-plugin-whitelist": { "source": { "type": "registry", - "id": "cordova-plugin-device" + "id": "cordova-plugin-whitelist@1" }, "is_top_level": true, "variables": {} @@ -47,66 +61,60 @@ "is_top_level": true, "variables": {} }, - "com.ionic.keyboard": { + "cordova-plugin-device": { "source": { "type": "registry", - "id": "com.ionic.keyboard" + "id": "cordova-plugin-device" }, "is_top_level": true, "variables": {} }, - "cordova-plugin-whitelist": { + "cordova-plugin-network-information": { "source": { "type": "registry", - "id": "cordova-plugin-whitelist@1" + "id": "cordova-plugin-network-information" }, "is_top_level": true, "variables": {} }, - "phonegap-plugin-push": { + "cordova-plugin-dialogs": { "source": { "type": "registry", - "id": "phonegap-plugin-push" + "id": "cordova-plugin-dialogs" }, "is_top_level": true, "variables": {} }, - "cordova-plugin-customurlscheme": { + "cordova-plugin-splashscreen": { "source": { "type": "registry", - "id": "cordova-plugin-customurlscheme" + "id": "cordova-plugin-splashscreen@4.0.0" }, "is_top_level": true, - "variables": { - "URL_SCHEME": "stoneisland" - } + "variables": {} }, - "cordova-plugin-x-socialsharing": { + "cordova-plugin-geolocation": { "source": { "type": "registry", - "id": "cordova-plugin-x-socialsharing" + "id": "cordova-plugin-geolocation" }, "is_top_level": true, "variables": {} }, - "cordova-plugin-inappbrowser": { + "cordova-plugin-compat": { "source": { "type": "registry", - "id": "cordova-plugin-inappbrowser" + "id": "cordova-plugin-compat" }, - "is_top_level": true, + "is_top_level": false, "variables": {} }, - "com.parse.cordova.core.pushplugin": { + "ionic-plugin-keyboard": { "source": { - "type": "git", - "url": "https://github.com/grrrian/phonegap-parse-plugin", - "subdir": "." + "type": "registry", + "id": "ionic-plugin-keyboard" }, "is_top_level": true, - "variables": { - "APP_ID": "GS82ZxpN8Mecpc53rsyu6aLLGK0W4CKi42J25DLB", - "CLIENT_KEY": "hQRtQfsgimYnX5PMivtcdXCG9eZhESeyTr0Rd8Sv" - } + "variables": {} } }
\ No newline at end of file |
