blob: b104ad83b04805d01ad980beeacd47747c154aad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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.4",
"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"
}
}
|