-
Notifications
You must be signed in to change notification settings - Fork 121
Expand file tree
/
Copy pathbower.json
More file actions
25 lines (25 loc) · 854 Bytes
/
bower.json
File metadata and controls
25 lines (25 loc) · 854 Bytes
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
{
"name": "jquery-typeahead",
"version": "2.10.7",
"authors": [
"Tom Bertrand"
],
"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.",
"main": ["dist/jquery.typeahead.min.js", "dist/jquery.typeahead.min.css"],
"keywords": [
"search",
"typeahead",
"ajax",
"json",
"jsonp",
"input",
"autocomplete"
],
"ignore": [],
"licenses": "MIT",
"homepage": "http://www.runningcoder.org/jquerytypeahead/",
"repository": {
"type": "git",
"url": "git://github.com/running-coder/jquery-typeahead.git"
}
}