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 23:13:26 UTC

mac commit: CB-6560: added top level package.json file

Repository: cordova-osx
Updated Branches:
  refs/heads/master 30c6fe5b1 -> 47ac9b3d3


CB-6560: added top level package.json file


Project: http://git-wip-us.apache.org/repos/asf/cordova-osx/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-osx/commit/47ac9b3d
Tree: http://git-wip-us.apache.org/repos/asf/cordova-osx/tree/47ac9b3d
Diff: http://git-wip-us.apache.org/repos/asf/cordova-osx/diff/47ac9b3d

Branch: refs/heads/master
Commit: 47ac9b3d3b327c86495fc4146efd25a7ebfca179
Parents: 30c6fe5
Author: Steven Gill <st...@gmail.com>
Authored: Wed Apr 30 14:13:07 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Apr 30 14:13:21 2014 -0700

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


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