Initial Import

Signed-off-by: Chris Aniszczyk <zx@twitter.com>
This commit is contained in:
Tim Trueman
2013-02-19 11:45:28 -08:00
committed by Chris Aniszczyk
commit dbd5bc37ed
57 changed files with 17542 additions and 0 deletions

11
component.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "typeahead.js",
"version": "0.8.0",
"main": [
"dist/typeahead.css",
"dist/typeahead.js"
],
"dependencies": {
"jquery": "~1.9"
}
}