-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 979 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 979 Bytes
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
27
28
29
30
31
32
33
34
35
36
37
{
"name": "autoresize",
"version": "1.1.2",
"title": "jQuery.autoResize()",
"author": {
"name": "Jonathan Azoff",
"url": "http://azoffdesign.com/about"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/jquery/jquery/master/MIT-LICENSE.txt"
},
{
"type": "GPL",
"url": "https://raw.github.com/jquery/jquery/master/GPL-LICENSE.txt"
}
],
"dependencies": {
"jquery": ">=1.7"
},
"description": "A jQuery Plugin that matches a textarea to the height of its text content",
"keywords": [
"fields", "size", "automatic", "input", "form"
],
"homepage": "http://azoffdesign.com/autoresize",
"contributors": [
{
"name": "Jonathan Azoff",
"url": "https://github.com/azoff"
}
],
"files": [
"jquery.autoresize.js",
"jquery.autoresize.min.js"
]
}