forked from running-coder/jquery-typeahead
-
Notifications
You must be signed in to change notification settings - Fork 0
/
typeahead.jquery.json
32 lines (32 loc) · 1.05 KB
/
typeahead.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
{
"name": "typeahead",
"version": "2.8.0",
"title": "jQuery Typeahead",
"description": "jQuery plugin that provides Typeahead (autocomplete) Search preview from Json object(s) via same domain Ajax request or cross domain Jsonp and offers data compression inside Local Storage. The plugin is built with a lot of options and callbacks to allow customization.",
"keywords": [
"search",
"typeahead",
"ajax",
"json",
"jsonp",
"input",
"autocomplete"
],
"author": {
"name": "Tom Bertrand",
"url": "http://www.runningcoder.org/jquerytypeahead/"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/running-coder/jquery-typeahead/blob/master/LICENSE"
}
],
"bugs": "https://github.com/running-coder/jquery-typeahead/issues",
"homepage": "http://www.runningcoder.org/jquerytypeahead/",
"docs": "http://www.runningcoder.org/jquerytypeahead/documentation/",
"demo": "http://www.runningcoder.org/jquerytypeahead/demo/",
"dependencies": {
"jquery": ">=1.7.2"
}
}