.bower.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. "_release": "0.4.3",
  40. "_resolution": {
  41. "type": "version",
  42. "tag": "v0.4.3",
  43. "commit": "62096e7aa2962e257d36e836225c3392b2d01aea"
  44. },
  45. "_source": "git://github.com/mgcrea/angular-motion.git",
  46. "_target": "~0.4.3",
  47. "_originalSource": "angular-motion",
  48. "_direct": true
  49. }