You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

39 lines
1.3 KiB

  1. {
  2. "name": "notific8",
  3. "title": "Notific8",
  4. "description": "Notific8 is a notification plug-in inspired by the notifications introduced in Windows 8 with some web ready restyling and customizations. Notific8 has built in themes and is easy to create new themes for. The plug-in was born from a want for a simply designed yet modern and stylish notification system. The plug-in is also designed to scale based on the page's font-size setting (it was designed for the default of 100%/16px as the default).",
  5. "keywords": [
  6. "notifications",
  7. "messages",
  8. "toaster",
  9. "notify",
  10. "themable",
  11. "alert"
  12. ],
  13. "version": "0.9.2",
  14. "author": {
  15. "name": "Will Steinmetz",
  16. "url": "http://willsteinmetz.net/"
  17. },
  18. "maintainers": [
  19. {
  20. "name": "Will Steinmetz",
  21. "url": "http://willsteinmetz.net/"
  22. }
  23. ],
  24. "licenses": [
  25. {
  26. "type": "BSD",
  27. "url": "http://willsteinmetz.net/bsd"
  28. }
  29. ],
  30. "bugs": "https://github.com/willsteinmetz/jquery-notific8/issues",
  31. "homepage": "https://github.com/willsteinmetz/jquery-notific8",
  32. "demo": "http://willsteinmetz.net/jquery/notific8",
  33. "docs": "https://github.com/willsteinmetz/jquery-notific8",
  34. "download": "https://github.com/willsteinmetz/jquery-notific8/tags",
  35. "dependencies": {
  36. "jquery": ">=1.4"
  37. }
  38. }