bower.json 597 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "tether",
  3. "version": "1.1.1",
  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. ],
  12. "description": "A client-side library to make absolutely positioned elements attach to elements in the page efficiently.",
  13. "keywords": [
  14. "javascript"
  15. ],
  16. "license": "MIT",
  17. "main": "dist/js/tether.js",
  18. "ignore": [
  19. "**/.*",
  20. "node_modules",
  21. "bower_components",
  22. "test",
  23. "tests"
  24. ]
  25. }