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
}
}
+1
View File
@@ -37,6 +37,7 @@
"select2": "github:ivaynberg/select2", "select2": "github:ivaynberg/select2",
"skrollr": "github:Prinzhorn/skrollr", "skrollr": "github:Prinzhorn/skrollr",
"tinygrowl": "github:ajkochanowicz/tinygrowl", "tinygrowl": "github:ajkochanowicz/tinygrowl",
"typeahead": "github:twitter/typeahead.js",
"three.js": "cdnjs:three.js", "three.js": "cdnjs:three.js",
"underscore": "npm:underscore", "underscore": "npm:underscore",
"webfont": "cdnjs:webfont" "webfont": "cdnjs:webfont"