Repository: cordova-android Updated Branches: refs/heads/4.0.x [created] 404d3e095
CB-6552: added top level package.json Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/990ab2c7 Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/990ab2c7 Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/990ab2c7 Branch: refs/heads/4.0.x Commit: 990ab2c7ef01c60614416bfb3a3a0070b3f4b8a3 Parents: 437003d Author: Steven Gill <[email protected]> Authored: Wed Apr 30 10:54:47 2014 -0700 Committer: Joe Bowser <[email protected]> Committed: Fri May 23 11:23:28 2014 -0700 ---------------------------------------------------------------------- package.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-android/blob/990ab2c7/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json new file mode 100644 index 0000000..d3e153a --- /dev/null +++ b/package.json @@ -0,0 +1,23 @@ +{ + "name": "cordova-android", + "version": "3.4.0", + "description": "This is the release for cordova-android", + "main": "bin/create", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://git-wip-us.apache.org/repos/asf/cordova-android.git" + }, + "keywords": [ + "android", + "cordova" + ], + "author": "Joe Bowser", + "license": "Apache version 2.0", + "dependencies": { + "q": "^0.9.0", + "shelljs": "^0.2.6" + } +}
