-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathbower.json
44 lines (44 loc) · 1.01 KB
/
bower.json
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
38
39
40
41
42
43
44
{
"name": "jquery-auto-grow-input",
"description": "A lightweight jQuery plugin for making text input fields grow and shrink dynamically while typing.",
"version": "1.0.3",
"dependencies": {
"jquery": ">=1.7"
},
"main" : [
"jquery.auto-grow-input.min.js"
],
"homepage": "https://github.com/Pixabay/jQuery-autoGrowInput",
"authors": [{
"name": "Simon Steinberger",
"url": "https://pixabay.com/users/Simon/",
"email": "simon@pixabay.com"
}],
"keywords": [
"input",
"form field",
"form",
"autogrow",
"grow",
"shrink",
"dynamic",
"autosize",
"autowidth",
"width",
"size",
"auto",
"automatic",
"adapt",
"adaptive",
"jQuery"
],
"licenses": [{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}],
"ignore": [
"bower.json",
"demo.html",
"readme.md"
]
}