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 2014/04/30 22:26:11 UTC

git commit: CB-6559: added top level package.json

Repository: cordova-ubuntu
Updated Branches:
  refs/heads/master 2be494cc1 -> 250ba9fcb


CB-6559: added top level package.json


Project: http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/commit/250ba9fc
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/tree/250ba9fc
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/diff/250ba9fc

Branch: refs/heads/master
Commit: 250ba9fcb08c2d02b226e21fa5907417c6f691ab
Parents: 2be494c
Author: Steven Gill <st...@gmail.com>
Authored: Wed Apr 30 13:25:56 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Apr 30 13:25:56 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/blob/250ba9fc/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..8ffa784
--- /dev/null
+++ b/package.json
@@ -0,0 +1,17 @@
+{
+  "name": "cordova-ubuntu",
+  "version": "3.4.0",
+  "description": "cordova-ubuntu release",
+  "main": "bin/create",
+  "repository": {
+    "type": "git",
+    "url": "https://git-wip-us.apache.org/repos/asf/cordova-ubuntu.git"
+  },
+  "keywords": [
+    "ubuntu",
+    "cordova",
+    "apache"
+  ],
+  "author": "Apache Software Foundation",
+  "license": "Apache Version 2.0"
+}