diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-12-03 05:21:06 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-12-03 05:21:06 -0500 |
| commit | 83b5ea8a94a3308e3401c01366bbae561f32a524 (patch) | |
| tree | a15380f11549537b4d41b4849754ce00fffa0430 /StoneIsland/plugins/cordova-plugin-inappbrowser/package.json | |
| parent | 05b75c1b8ab80e53a7b8642da7d30e9ba7cb468c (diff) | |
cordova-plugin-inappbrowser
Diffstat (limited to 'StoneIsland/plugins/cordova-plugin-inappbrowser/package.json')
| -rw-r--r-- | StoneIsland/plugins/cordova-plugin-inappbrowser/package.json | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/StoneIsland/plugins/cordova-plugin-inappbrowser/package.json b/StoneIsland/plugins/cordova-plugin-inappbrowser/package.json new file mode 100644 index 00000000..cba3e5f2 --- /dev/null +++ b/StoneIsland/plugins/cordova-plugin-inappbrowser/package.json @@ -0,0 +1,48 @@ +{ + "name": "cordova-plugin-inappbrowser", + "version": "1.1.0", + "description": "Cordova InAppBrowser Plugin", + "cordova": { + "id": "cordova-plugin-inappbrowser", + "platforms": [ + "android", + "amazon-fireos", + "ubuntu", + "ios", + "wp7", + "wp8", + "windows8", + "windows", + "firefoxos" + ] + }, + "repository": { + "type": "git", + "url": "https://github.com/apache/cordova-plugin-inappbrowser" + }, + "keywords": [ + "cordova", + "in", + "app", + "browser", + "inappbrowser", + "ecosystem:cordova", + "cordova-android", + "cordova-amazon-fireos", + "cordova-ubuntu", + "cordova-ios", + "cordova-wp7", + "cordova-wp8", + "cordova-windows8", + "cordova-windows", + "cordova-firefoxos" + ], + "engines": [ + { + "name": "cordova", + "version": ">=3.1.0" + } + ], + "author": "Apache Software Foundation", + "license": "Apache 2.0" +} |
