.bower.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "name": "selectize",
  3. "keywords": [
  4. "select",
  5. "ui",
  6. "form",
  7. "input",
  8. "control",
  9. "autocomplete",
  10. "tagging",
  11. "tag"
  12. ],
  13. "description": "Selectize is a jQuery-based custom <select> UI control. Useful for tagging, contact lists, country selectors, etc.",
  14. "version": "0.12.0",
  15. "license": "Apache License, Version 2.0",
  16. "readmeFilename": "README.md",
  17. "repository": {
  18. "type": "git",
  19. "url": "git://github.com/brianreavis/selectize.js.git"
  20. },
  21. "main": [
  22. "dist/css/selectize.css",
  23. "dist/js/selectize.js"
  24. ],
  25. "ignore": [
  26. "Makefile",
  27. "Gruntfile.js",
  28. "examples",
  29. "node_modules",
  30. "bower_components",
  31. "docs",
  32. "src",
  33. "test",
  34. ".travis.yml",
  35. "testem.json",
  36. "selectize.jquery.json",
  37. "*.sh",
  38. "package.json"
  39. ],
  40. "dependencies": {
  41. "jquery": ">=1.7.0",
  42. "sifter": "0.4.x",
  43. "microplugin": "0.0.x"
  44. },
  45. "devDependencies": {
  46. "bootstrap2": "bootstrap#2",
  47. "bootstrap3": "bootstrap#3.2"
  48. },
  49. "homepage": "https://github.com/brianreavis/selectize.js",
  50. "_release": "0.12.0",
  51. "_resolution": {
  52. "type": "version",
  53. "tag": "v0.12.0",
  54. "commit": "ada2dcd03237ea6ee5782c9f05a6e83b8b08363a"
  55. },
  56. "_source": "git://github.com/brianreavis/selectize.js.git",
  57. "_target": "~0.12.0",
  58. "_originalSource": "selectize"
  59. }