Added attribution and changed author to me.

This commit is contained in:
Sam Hiatt 2014-09-11 18:24:00 -07:00
parent 038e4123e6
commit ea94628836
4 changed files with 20 additions and 11 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
*~ *~
npm-debug.log npm-debug.log
node_modules/* node_modules/*
.idea

View File

@ -1,4 +1,6 @@
Copyright (c) 2012 Ken Elf Mathieu Sternberg Copyright (c)
2012 Ken Elf Mathieu Sternberg
2014 Sam Hiatt
Permission is hereby granted, free of charge, to any person Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation obtaining a copy of this software and associated documentation

View File

@ -1,6 +1,7 @@
# grunt-couchapp # grunt-couchapp
A grunt plugin for building and installing couchapps A grunt plugin for building and installing couchapps,
forked from https://github.com/garbados/grunt-couchapp
## Getting Started ## Getting Started

View File

@ -1,18 +1,23 @@
{ {
"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.2.1", "version": "0.2.2",
"homepage": "https://github.com/garbados/grunt-couchapp", "homepage": "https://github.com/garbados/grunt-couchapp",
"author": { "author": {
"name": "Ken Elf Mathieu Sternberg", "name":"Sam Hiatt",
"email": "elf.sternberg@gmail.com", "email": "sam.hiatt@weather.com"
"url": "http://elfsternberg.com"
}, },
"contributors": [{ "contributors": [
"name": "Max Thayer", {
"email": "garbados@gmail.com", "name": "Ken Elf Mathieu Sternberg",
"url": "http://maxthayer.org" "email": "elf.sternberg@gmail.com",
}], "url": "http://elfsternberg.com"
},{
"name": "Max Thayer",
"email": "garbados@gmail.com",
"url": "http://maxthayer.org"
}
],
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/garbados/grunt-couchapp.git" "url": "git://github.com/garbados/grunt-couchapp.git"