forked from Pixabay/jQuery-autoComplete
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
35 lines (35 loc) · 852 Bytes
/
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
{
"name": "jquery-auto-complete",
"description": "A lightweight autocomplete plugin for jQuery.",
"version": "1.0.7",
"dependencies": {
"jquery": ">=1.7"
},
"homepage": "https://github.com/Pixabay/jQuery-autoComplete",
"authors": [{
"name": "Simon Steinberger",
"url": "https://pixabay.com/users/Simon/",
"email": "[email protected]"
}],
"keywords": [
"autocomplete",
"autosuggest",
"autosuggester",
"suggest",
"suggester",
"completer",
"select",
"dropdown",
"ajax"
],
"licenses": [{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}],
"ignore": [
"bower.json",
"demo.html",
"auto-complete.jquery.json",
"readme.md"
]
}