forked from Pixabay/JavaScript-autoComplete
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
31 lines (31 loc) · 788 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
{
"name": "javascript-auto-complete",
"description": "An extremely lightweight vanilla JavaScript completion suggester.",
"version": "1.0.4",
"homepage": "https://github.com/Pixabay/JavaScript-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",
"readme.md"
]
}