You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2017/05/11 17:58:55 UTC

cordova-plugins git commit: CB-12801 - Add package.json to wkwebview-engine-localhost in cordova-plugins repo

Repository: cordova-plugins
Updated Branches:
  refs/heads/wkwebview-engine-localhost 613ade149 -> 49b786d1a


CB-12801 - Add package.json to wkwebview-engine-localhost in cordova-plugins repo


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugins/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugins/commit/49b786d1
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugins/tree/49b786d1
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugins/diff/49b786d1

Branch: refs/heads/wkwebview-engine-localhost
Commit: 49b786d1a24e02aee2a5f9716a44213d21269edc
Parents: 613ade1
Author: Shazron Abdullah <sh...@gmail.com>
Authored: Thu May 11 10:58:46 2017 -0700
Committer: Shazron Abdullah <sh...@gmail.com>
Committed: Thu May 11 10:58:46 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/49b786d1/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..9172b19
--- /dev/null
+++ b/package.json
@@ -0,0 +1,15 @@
+{
+  "name": "cordova-labs-wkwebview-engine-localhost",
+  "version": "0.5.0",
+  "description": "Cordova WKWebView Engine with http server (localhost) support",
+  "main": "index.js",
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "repository": {
+    "type": "git",
+    "url": "https://git-wip-us.apache.org/repos/asf/cordova-plugins.git"
+  },
+  "author": "Apache Cordova",
+  "license": "Apache-2.0"
+}


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