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.

34 lines
1.5 KiB

  1. <?xml version="1.0"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  3. <metadata>
  4. <version>1.0.0</version>
  5. <authors>John Papa,Hans Fjällemark</authors>
  6. <owners>John Papa,Hans Fjällemark</owners>
  7. <licenseUrl>http://www.opensource.org/licenses/mit-license.php</licenseUrl>
  8. <projectUrl>https://github.com/CodeSeven/toastr</projectUrl>
  9. <dependencies>
  10. <dependency id="jQuery" version="1.7.2" />
  11. </dependencies>
  12. <id>toastr</id>
  13. <title>toastr</title>
  14. <requireLicenseAcceptance>false</requireLicenseAcceptance>
  15. <description>3 Easy Steps:
  16. 1) Link to toastr.css and toastr-responsive.css
  17. 2) Link to toastr.js
  18. 3) Use toastr to display a toast for info, success, warning or error
  19. // Display an info toast with no title
  20. toastr.info('Are you the 6 fingered man?')
  21. *** For other API calls, see the demo</description>
  22. <summary>toastr is a Javascript library for Gnome / Growl type non-blocking notifications. jQuery is required. The goal is to create a simple core library that can be customized and extended.</summary>
  23. <copyright>Copyright © 2012 Hans Fjällemark &amp; John Papa.</copyright>
  24. <language>en-US</language>
  25. <tags>toastr, toast, notification, dialog, jquery</tags>
  26. </metadata>
  27. <files>
  28. <file src="content\content\toastr-responsive.css" target="content\content\toastr-responsive.css" />
  29. <file src="content\content\toastr.css" target="content\content\toastr.css" />
  30. <file src="content\scripts\toastr.js" target="content\scripts\toastr.js" />
  31. </files>
  32. </package>