adding typeahead.js
This commit is contained in:
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"main": "typeahead",
|
||||||
|
"directories": {
|
||||||
|
"lib": "dist"
|
||||||
|
},
|
||||||
|
"files": ["dist/typeahead.js"]
|
||||||
|
"shim": {
|
||||||
|
"typeahead": {
|
||||||
|
"imports": "jquery",
|
||||||
|
"exports": $
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"buildConfig": {
|
||||||
|
"uglify": true
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user