adding typeahead.js

This commit is contained in:
Jarred de Beer
2013-12-17 22:47:11 +02:00
parent c50a9cbf38
commit 51dc29bafc
2 changed files with 17 additions and 0 deletions
@@ -0,0 +1,16 @@
{
"main": "typeahead",
"directories": {
"lib": "dist"
},
"files": ["dist/typeahead.js"]
"shim": {
"typeahead": {
"imports": "jquery",
"exports": $
}
},
"buildConfig": {
"uglify": true
}
}