summaryrefslogtreecommitdiff
path: root/plugins/cordova-plugin-inappbrowser/package.json
diff options
context:
space:
mode:
authorARC <arjunrc@gmail.com>2015-05-13 14:58:25 -0400
committerARC <arjunrc@gmail.com>2015-05-13 14:58:25 -0400
commit73968ba1b3c3b5efeb92f70969e40d143eebf3d8 (patch)
tree25f9d358356645c89c212f014f622d5c831e81d0 /plugins/cordova-plugin-inappbrowser/package.json
parent1bef6ad92cafa215e3927d0a4d0a29147d52fe56 (diff)
Added plugin directory as well to make sure you have all you need to compile (hopefully)
Diffstat (limited to 'plugins/cordova-plugin-inappbrowser/package.json')
-rw-r--r--plugins/cordova-plugin-inappbrowser/package.json48
1 files changed, 48 insertions, 0 deletions
diff --git a/plugins/cordova-plugin-inappbrowser/package.json b/plugins/cordova-plugin-inappbrowser/package.json
new file mode 100644
index 00000000..e35e1dc3
--- /dev/null
+++ b/plugins/cordova-plugin-inappbrowser/package.json
@@ -0,0 +1,48 @@
+{
+ "name": "cordova-plugin-inappbrowser",
+ "version": "1.0.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://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser.git"
+ },
+ "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"
+}