bower.json 648 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "jquery-toast-plugin",
  3. "description": "A highly customizable jquery toast plugin",
  4. "version": "1.3.1",
  5. "main": [
  6. "./dist/jquery.toast.min.js",
  7. "./dist/jquery.toast.min.css"
  8. ],
  9. "moduleType": [],
  10. "keywords": [
  11. "jquery",
  12. "toast-plugin",
  13. "jquery-toasts",
  14. "toast",
  15. "notification",
  16. "messages",
  17. "jquery-notification"
  18. ],
  19. "authors": [
  20. "Kamran Ahmed"
  21. ],
  22. "license": "MIT",
  23. "homepage": "http://kamranahmed.info/toast",
  24. "ignore": [
  25. "**/.*",
  26. "node_modules",
  27. "bower_components",
  28. "test",
  29. "tests",
  30. "README.md"
  31. ],
  32. "dependencies": {
  33. "jquery": ">=1.9.0"
  34. }
  35. }