You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2015/02/25 09:35:37 UTC

cordova-plugin-inappbrowser git commit: CB-8538 Added package.json file

Repository: cordova-plugin-inappbrowser
Updated Branches:
  refs/heads/master f8a80ce27 -> fb8574abd


CB-8538 Added package.json file


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/commit/fb8574ab
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/tree/fb8574ab
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/diff/fb8574ab

Branch: refs/heads/master
Commit: fb8574abde9e57db0daafa9d2f0fda0dbba315ab
Parents: f8a80ce
Author: Steve Gill <st...@gmail.com>
Authored: Wed Feb 25 00:35:29 2015 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Wed Feb 25 00:35:29 2015 -0800

----------------------------------------------------------------------
 package.json | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/fb8574ab/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..405b2d1
--- /dev/null
+++ b/package.json
@@ -0,0 +1,48 @@
+{
+  "name": "cordova-plugin-inappbrowser",
+  "version": "0.6.1-dev",
+  "description": "Cordova InAppBrowser Plugin",
+  "cordova": {
+    "id": "org.apache.cordova.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"
+}


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org