typeahead.js.amd.json 185 B

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