bower.json 650 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "bodymovin",
  3. "description": "After Effects plugin for exporting animations to SVG + JavaScript or canvas + JavaScript",
  4. "main": "./build/player/lottie.js",
  5. "authors": [
  6. "hernan <bodymovin@users.noreply.github.com>"
  7. ],
  8. "license": "MIT",
  9. "keywords": [
  10. "animation",
  11. "canvas",
  12. "svg",
  13. "after",
  14. "effects",
  15. "plugin",
  16. "export"
  17. ],
  18. "homepage": "https://github.com/bodymovin/bodymovin",
  19. "ignore": [
  20. "**/.*",
  21. "bower_components",
  22. "node_modules",
  23. "player/",
  24. "test",
  25. "tests"
  26. ],
  27. "repository": {
  28. "type": "git",
  29. "url": "https://github.com/bodymovin/bodymovin.git"
  30. }
  31. }