bump version number, switch maintainer urls
This commit is contained in:
parent
eb0e451e38
commit
d0f8fb3d21
19
package.json
19
package.json
|
@ -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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue