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:11:19 UTC

git commit: CB-6561: added top level package.json file

Repository: cordova-tizen
Updated Branches:
  refs/heads/master 08370281f -> a85097a5a


CB-6561: added top level package.json file


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

Branch: refs/heads/master
Commit: a85097a5a802af265af060b0e846306fac22dfcb
Parents: 0837028
Author: Steven Gill <st...@gmail.com>
Authored: Wed Apr 30 14:11:11 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Apr 30 14:11:11 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-tizen/blob/a85097a5/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..133e77a
--- /dev/null
+++ b/package.json
@@ -0,0 +1,16 @@
+{
+  "name": "cordova-tizen",
+  "version": "3.4.0",
+  "description": "cordova-tizen release",
+  "repository": {
+    "type": "git",
+    "url": "https://git-wip-us.apache.org/repos/asf/cordova-tizen.git"
+  },
+  "keywords": [
+    "tizen",
+    "cordova",
+    "apache"
+  ],
+  "author": "Apache Software Foundation",
+  "license": "Apache Version 2.0"
+}