.bower.json 883 B

12345678910111213141516171819202122232425262728293031323334
  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. "_release": "1.1.1",
  26. "_resolution": {
  27. "type": "version",
  28. "tag": "v1.1.1",
  29. "commit": "d480376e8cddba52f4448d2377ac56dde4c960bd"
  30. },
  31. "_source": "https://github.com/HubSpot/tether.git",
  32. "_target": "v1.1.1",
  33. "_originalSource": "https://github.com/HubSpot/tether.git"
  34. }