composer.json 732 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "mouse0270/bootstrap-notify",
  3. "version": "3.1.3",
  4. "type": "library",
  5. "description": "This is a simple pluging that turns standard Bootstrap alerts into \"Growl-like\" notifications.",
  6. "keywords": [
  7. "bootstrap",
  8. "jquery",
  9. "notify",
  10. "notification",
  11. "notifications",
  12. "growl",
  13. "message",
  14. "notice"
  15. ],
  16. "authors": [
  17. {
  18. "name": "mouse0270",
  19. "email": "rmcintosh@remabledesigns.com",
  20. "homepage": "http://bootstrap-notify.remabledesigns.com/",
  21. "role": "Developer"
  22. }
  23. ],
  24. "homepage": "http://bootstrap-notify.remabledesigns.com/",
  25. "license": "MIT",
  26. "autoload": {}
  27. }