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 <[email protected]> Authored: Wed Apr 30 14:11:11 2014 -0700 Committer: Steven Gill <[email protected]> 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" +}
