bower.json 645 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "tether",
  3. "version": "1.3.7",
  4. "homepage": "http://github.hubspot.com/tether",
  5. "authors": [
  6. "Zack Bloom <zackbloom@gmail.com>",
  7. "Adam Schwartz <adam.flynn.schwartz@gmail.com>"
  8. ],
  9. "maintainers": [
  10. "Nicholas Hwang <nick.joosung.hwang@gmail.com>",
  11. "Trevor Burnham <trevorburnham@gmail.com>"
  12. ],
  13. "description": "A client-side library to make absolutely positioned elements attach to elements in the page efficiently.",
  14. "keywords": [
  15. "javascript"
  16. ],
  17. "license": "MIT",
  18. "main": "dist/js/tether.js",
  19. "ignore": [
  20. "**/.*",
  21. "node_modules",
  22. "bower_components",
  23. "test",
  24. "tests"
  25. ]
  26. }