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