bower.json 885 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "angular-motion",
  3. "description": "AngularMotion - Fancy CSS3 animations for AngularJS 1.2+",
  4. "version": "0.4.3",
  5. "keywords": [
  6. "angular",
  7. "animation"
  8. ],
  9. "homepage": "https://github.com/mgcrea/angular-motion",
  10. "bugs": "https://github.com/mgcrea/angular-motion/issues",
  11. "author": {
  12. "name": "Olivier Louvignes",
  13. "email": "olivier@mg-crea.com",
  14. "url": "https://github.com/mgcrea"
  15. },
  16. "repository": {
  17. "type": "git",
  18. "url": "https://github.com/mgcrea/angular-motion.git"
  19. },
  20. "licenses": [
  21. {
  22. "type": "MIT",
  23. "url": "https://github.com/mgcrea/bootstrap-additions/blob/master/LICENSE.md"
  24. }
  25. ],
  26. "main": [
  27. "dist/angular-motion.css"
  28. ],
  29. "ignore": [
  30. "docs",
  31. "test",
  32. "CONTRIBUTING.md"
  33. ],
  34. "dependencies": {},
  35. "devDependencies": {
  36. "angular-animate": "^1.2",
  37. "bootstrap": "^3.3.4"
  38. }
  39. }