.bower.json 914 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "ionic-toast",
  3. "version": "0.4.1",
  4. "authors": [
  5. "rajeshwarpatlolla <rajeshwar.patlolla@gmail.com>"
  6. ],
  7. "description": "'ionic-toast' bower component for ionic framework applications",
  8. "main": [
  9. "./dist/ionic-toast.bundle.min.js"
  10. ],
  11. "keywords": [
  12. "ionic-toast",
  13. "toast",
  14. "ionic",
  15. "toast for ionic",
  16. "toast for ionic framework"
  17. ],
  18. "license": "MIT",
  19. "homepage": "https://github.com/rajeshwarpatlolla/ionic-toast",
  20. "ignore": [
  21. "**/.*",
  22. "node_modules",
  23. "bower_components",
  24. "test",
  25. "tests"
  26. ],
  27. "dependencies": {
  28. "ionic": ">=0.9.27"
  29. },
  30. "_release": "0.4.1",
  31. "_resolution": {
  32. "type": "version",
  33. "tag": "v0.4.1",
  34. "commit": "d2e9fcab0bf0527ceecfe3fb78f8d1f47fecb436"
  35. },
  36. "_source": "https://github.com/rajeshwarpatlolla/ionic-toast.git",
  37. "_target": "^0.4.1",
  38. "_originalSource": "ionic-toast",
  39. "_direct": true
  40. }