.bower.json 499 B

1234567891011121314151617181920212223
  1. {
  2. "name": "animate.css",
  3. "main": "./animate.css",
  4. "ignore": [
  5. ".*",
  6. "source",
  7. "*.yml",
  8. "Gemfile",
  9. "Gemfile.lock",
  10. "*.md"
  11. ],
  12. "homepage": "https://github.com/daneden/animate.css",
  13. "version": "3.5.1",
  14. "_release": "3.5.1",
  15. "_resolution": {
  16. "type": "version",
  17. "tag": "3.5.1",
  18. "commit": "c7084f820bf65063b4e3fb6293ffe5df9eed1398"
  19. },
  20. "_source": "https://github.com/daneden/animate.css.git",
  21. "_target": "^3.5.1",
  22. "_originalSource": "animate.css"
  23. }