Repository: cordova-windows Updated Branches: refs/heads/master 5809f8b14 -> 27cb729f8
CB-6557: added pacakge.json to windows8 Project: http://git-wip-us.apache.org/repos/asf/cordova-windows/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-windows/commit/27cb729f Tree: http://git-wip-us.apache.org/repos/asf/cordova-windows/tree/27cb729f Diff: http://git-wip-us.apache.org/repos/asf/cordova-windows/diff/27cb729f Branch: refs/heads/master Commit: 27cb729f8f949bce7d868e57fa8a348f887e6928 Parents: 5809f8b Author: Steven Gill <[email protected]> Authored: Wed Apr 30 13:53:53 2014 -0700 Committer: Steven Gill <[email protected]> Committed: Wed Apr 30 13:53:53 2014 -0700 ---------------------------------------------------------------------- windows8/package.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/27cb729f/windows8/package.json ---------------------------------------------------------------------- diff --git a/windows8/package.json b/windows8/package.json new file mode 100644 index 0000000..b1fb64f --- /dev/null +++ b/windows8/package.json @@ -0,0 +1,17 @@ +{ + "name": "cordova-windows8", + "version": "3.4.0", + "description": "cordova-windows8 release", + "main": "bin/create", + "repository":{ + "type":"git", + "url":"https://git-wip-us.apache.org/repos/asf/cordova-windows.git" + }, + "keywords": [ + "windows8", + "cordova", + "apache" + ], + "author": "Apache Software Foundation", + "license": "Apache Version 2.0" +}
