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 18:19:41 UTC

cordova-plugins git commit: CB-12796 - updated version, add package.json

Repository: cordova-plugins
Updated Branches:
  refs/heads/keyboard 5d951c9ed -> 14d1feb6c


CB-12796 - updated version, add package.json


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

Branch: refs/heads/keyboard
Commit: 14d1feb6cf121fdfa450dd63eef5c20a242095ac
Parents: 5d951c9
Author: Shazron Abdullah <sh...@gmail.com>
Authored: Thu May 11 11:19:31 2017 -0700
Committer: Shazron Abdullah <sh...@gmail.com>
Committed: Thu May 11 11:19:31 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/14d1feb6/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..2b4a577
--- /dev/null
+++ b/package.json
@@ -0,0 +1,15 @@
+{
+  "name": "cordova-labs-keyboard",
+  "version": "0.1.3",
+  "description": "Cordova Keyboard Plugin",
+  "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