diff options
| author | ARC <arjunrc@gmail.com> | 2015-05-13 14:58:25 -0400 |
|---|---|---|
| committer | ARC <arjunrc@gmail.com> | 2015-05-13 14:58:25 -0400 |
| commit | 73968ba1b3c3b5efeb92f70969e40d143eebf3d8 (patch) | |
| tree | 25f9d358356645c89c212f014f622d5c831e81d0 /plugins/fetch.json | |
| parent | 1bef6ad92cafa215e3927d0a4d0a29147d52fe56 (diff) | |
Added plugin directory as well to make sure you have all you need to compile (hopefully)
Diffstat (limited to 'plugins/fetch.json')
| -rw-r--r-- | plugins/fetch.json | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/plugins/fetch.json b/plugins/fetch.json new file mode 100644 index 00000000..6ce7fb89 --- /dev/null +++ b/plugins/fetch.json @@ -0,0 +1,59 @@ +{ + "org.apache.cordova.device": { + "source": { + "type": "registry", + "id": "org.apache.cordova.device" + } + }, + "org.apache.cordova.console": { + "source": { + "type": "registry", + "id": "org.apache.cordova.console" + } + }, + "com.ionic.keyboard": { + "source": { + "type": "registry", + "id": "com.ionic.keyboard" + }, + "is_top_level": true, + "variables": {} + }, + "org.apache.cordova.splashscreen": { + "source": { + "type": "registry", + "id": "org.apache.cordova.splashscreen" + }, + "is_top_level": true, + "variables": {} + }, + "org.apache.cordova.statusbar": { + "source": { + "type": "registry", + "id": "org.apache.cordova.statusbar" + } + }, + "cordova-plugin-whitelist": { + "source": { + "type": "git", + "url": "https://github.com/apache/cordova-plugin-whitelist.git", + "subdir": "." + } + }, + "cordova-plugin-crosswalk-webview": { + "source": { + "type": "local", + "path": "engine/cordova-crosswalk-engine-c0.7.1" + }, + "is_top_level": true, + "variables": {} + }, + "cordova-plugin-inappbrowser": { + "source": { + "type": "registry", + "id": "cordova-plugin-inappbrowser" + }, + "is_top_level": true, + "variables": {} + } +}
\ No newline at end of file |
