-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathremote-list.jquery.json
42 lines (41 loc) · 1.17 KB
/
remote-list.jquery.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
{
"name": "remote-list",
"version": "0.1.3",
"title": "superlightweight autosuggest / autocomplete plugin",
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/aFarkas/webshim/master/MIT-LICENSE.txt"
}
],
"dependencies" : {
"jquery" : "1.8.3 - 2.1.x"
},
"author": {
"name": "Alexander Farkas",
"url": "https://github.com/aFarkas/"
},
"keywords": [
"ajax",
"datalist",
"list",
"autosuggest",
"autosuggestion",
"autocomplete",
"typeahead",
"widget",
"UI",
"component",
"webshim",
"HTML5"
],
"description": "A super-lightweight autocomplete / autosuggest plugin with a simple but powerful API. Leverages the HTML5 datalist element to build a lightweight autosuggest solution. Can use webshim to polyfill old browsers or enhance modern ones.",
"bugs": "https://github.com/aFarkas/remote-list/issues",
"demo": "http://afarkas.github.io/remote-list/demo/index.html",
"docs": "https://github.com/aFarkas/remote-list#simple-usage-example",
"download": "https://raw.githubusercontent.com/aFarkas/remote-list/gh-pages/dist/remote-list.min.js",
"repository": {
"type" : "git",
"url" : "https://github.com/aFarkas/remote-list.git"
}
}