bump version number, switch maintainer urls

This commit is contained in:
Max Thayer 2013-09-09 00:02:27 -04:00
parent eb0e451e38
commit d0f8fb3d21
1 changed files with 13 additions and 6 deletions

View File

@ -1,24 +1,29 @@
{ {
"name": "grunt-couchapp", "name": "grunt-couchapp",
"description": "A grunt plugin for building and uploading couchapps", "description": "A grunt plugin for building and uploading couchapps",
"version": "0.1.0", "version": "0.2.0",
"homepage": "https://github.com/elf/grunt-couchapp", "homepage": "https://github.com/garbados/grunt-couchapp",
"author": { "author": {
"name": "Ken Elf Mathieu Sternberg", "name": "Ken Elf Mathieu Sternberg",
"email": "elf.sternberg@gmail.com", "email": "elf.sternberg@gmail.com",
"url": "http://elfsternberg.com" "url": "http://elfsternberg.com"
}, },
"contributors": [{
"name": "Max Thayer",
"email": "garbados@gmail.com",
"url": "http://maxthayer.org"
}],
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/elf/grunt-couchapp.git" "url": "git://github.com/garbados/grunt-couchapp.git"
}, },
"bugs": { "bugs": {
"url": "https://github.com/elf/grunt-couchapp/issues" "url": "https://github.com/garbados/grunt-couchapp/issues"
}, },
"licenses": [ "licenses": [
{ {
"type": "MIT", "type": "MIT",
"url": "https://github.com/elf/grunt-couchapp/blob/master/LICENSE-MIT" "url": "https://github.com/garbados/grunt-couchapp/blob/master/LICENSE-MIT"
} }
], ],
"main": "grunt.js", "main": "grunt.js",
@ -38,6 +43,8 @@
"grunt": "~0.3.12" "grunt": "~0.3.12"
}, },
"keywords": [ "keywords": [
"gruntplugin" "gruntplugin",
"couchdb",
"couchapp"
] ]
} }