Merge pull request #1104 from smola/typeaheadjs

Add Twitter's typeahead.js.
This commit is contained in:
Lachlan Collins
2013-04-02 20:55:14 -07:00
2 changed files with 30 additions and 0 deletions
File diff suppressed because one or more lines are too long
+23
View File
@@ -0,0 +1,23 @@
{
"name": "typeahead.js",
"filename": "typeahead.min.js",
"version": "0.9.0",
"description": "a fast and fully-featured autocomplete library",
"homepage": "http://twitter.github.com/typeahead.js/",
"keywords": [
"twitter",
"typeahead",
"autocomplete"
],
"maintainers": [
{
"name": "Twitter, Inc."
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/twitter/bootstrap"
}
]
}