package.json 842 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "jquery-toast-plugin",
  3. "filename": "dist/jquery.toast.min.js",
  4. "main": "dist/jquery.toast.min.js",
  5. "style": "dist/jquery.toast.min.css",
  6. "version": "1.3.1",
  7. "description": "Highly customizable jquery plugin to show toast messages",
  8. "homepage": "http://www.kamranahmed.info/toast",
  9. "keywords": [
  10. "Toast",
  11. "Toast plugin",
  12. "Jquery toast plugin"
  13. ],
  14. "maintainers": [
  15. {
  16. "name": "Kamran Ahmed",
  17. "web": "http://kamranahmed.info"
  18. }
  19. ],
  20. "repository": {
  21. "type": "git",
  22. "url": "git://github.com/kamranahmedse/jquery-toast-plugin.git"
  23. },
  24. "bugs": "https://github.com/kamranahmedse/jquery-toast-plugin/issues",
  25. "licenses": [
  26. {
  27. "type": "MIT",
  28. "url": "http://www.opensource.org/licenses/mit-license.php"
  29. }
  30. ],
  31. "devDependencies": {
  32. },
  33. "scripts": {
  34. }
  35. }