CB-6552: updated author to apache software foundation in pacakge.json

This commit is contained in:
Steven Gill 2014-04-30 12:55:28 -07:00
parent 3d4b8ce99b
commit c349892c5b

View File

@ -1,20 +1,18 @@
{ {
"name": "cordova-android", "name": "cordova-android",
"version": "3.4.0", "version": "3.4.0",
"description": "This is the release for cordova-android", "description": "cordova-android release",
"main": "bin/create", "main": "bin/create",
"scripts": {
"test":"echo \"Error: please view test/readme.md\" && exit 1"
},
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://git-wip-us.apache.org/repos/asf/cordova-android.git" "url": "https://git-wip-us.apache.org/repos/asf/cordova-android.git"
}, },
"keywords": [ "keywords": [
"android", "android",
"cordova" "cordova",
"apache"
], ],
"author": "Joe Bowser", "author": "Apache Software Foundation",
"license": "Apache version 2.0", "license": "Apache version 2.0",
"dependencies": { "dependencies": {
"q": "^0.9.0", "q": "^0.9.0",