.bower.json 931 B

1234567891011121314151617181920212223242526272829303132333435
  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. "_release": "1.3.7",
  27. "_resolution": {
  28. "type": "version",
  29. "tag": "v1.3.7",
  30. "commit": "7a7fcc0b4ec7b0e10b168b9e730c39bc018fb852"
  31. },
  32. "_source": "https://github.com/HubSpot/tether.git",
  33. "_target": "v1.3.7",
  34. "_originalSource": "https://github.com/HubSpot/tether.git"
  35. }