forked from brandonaaron/jquery-expandable
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update contributors, copyright, and add jquery plugin manifest
- Loading branch information
1 parent
9f05813
commit 04a6938
Showing
4 changed files
with
33 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"name": "expandable", | ||
"title": "jQuery Expandable", | ||
"description": "A jQuery plugin that auto-expands textareas to fit the contents as a user types.", | ||
"keywords": [ | ||
"expandable" | ||
"textarea" | ||
], | ||
"version": "1.1.0", | ||
"author": { | ||
"name": "Brandon Aaron", | ||
"url": "http://brandonaaron.net" | ||
}, | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "https://raw.github.com/brandonaaron/jquery-expandable/master/LICENSE.txt" | ||
} | ||
], | ||
"bugs": "https://github.com/brandonaaron/jquery-expandable/issues", | ||
"homepage": "https://github.com/brandonaaron/jquery-expandable", | ||
"download": "https://github.com/brandonaaron/jquery-expandable/tags", | ||
"dependencies": { | ||
"jquery": ">=1.2.6" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters