.bower.json 607 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "AngularJS-Toaster",
  3. "version": "0.4.181",
  4. "main": [
  5. "toaster.js",
  6. "toaster.css"
  7. ],
  8. "ignore": [
  9. "**/.*",
  10. "node_modules",
  11. "components"
  12. ],
  13. "dependencies": {
  14. "angular": ">1.2.6",
  15. "angular-animate": ">1.2.8"
  16. },
  17. "homepage": "https://github.com/jirikavi/AngularJS-Toaster",
  18. "_release": "0.4.181",
  19. "_resolution": {
  20. "type": "version",
  21. "tag": "0.4.181",
  22. "commit": "772cc6335b079ccb8089fb2f44b2595d9346215d"
  23. },
  24. "_source": "https://github.com/jirikavi/AngularJS-Toaster.git",
  25. "_target": "~0.4.13",
  26. "_originalSource": "angularjs-toaster"
  27. }