typeahead.js.amd.json 203 B

1234567891011
  1. {
  2. "paths": {
  3. "typeahead": "dist/typeahead.jquery"
  4. },
  5. "shim": {
  6. "typeahead": {
  7. "deps": [ "jquery" ],
  8. "exports": "jQuery.fn.typeahead"
  9. }
  10. }
  11. }