Added attribution and changed author to me.
This commit is contained in:
parent
038e4123e6
commit
ea94628836
|
@ -3,3 +3,4 @@
|
||||||
*~
|
*~
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
node_modules/*
|
node_modules/*
|
||||||
|
.idea
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
13
package.json
13
package.json
|
@ -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":"Sam Hiatt",
|
||||||
|
"email": "sam.hiatt@weather.com"
|
||||||
|
},
|
||||||
|
"contributors": [
|
||||||
|
{
|
||||||
"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",
|
"name": "Max Thayer",
|
||||||
"email": "garbados@gmail.com",
|
"email": "garbados@gmail.com",
|
||||||
"url": "http://maxthayer.org"
|
"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"
|
||||||
|
|
Loading…
Reference in New Issue