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.

35 lines
3.7 KiB

  1. ��<?xml version="1.0" encoding="utf-16"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  3. <metadata>
  4. <id>toastr</id>
  5. <version>1.0.1</version>
  6. <title>toastr</title>
  7. <authors>John Papa,Hans Fj�llemark</authors>
  8. <owners>John Papa,Hans Fj�llemark</owners>
  9. <licenseUrl>http://www.opensource.org/licenses/mit-license.php</licenseUrl>
  10. <projectUrl>https://github.com/CodeSeven/toastr</projectUrl>
  11. <requireLicenseAcceptance>false</requireLicenseAcceptance>
  12. <description>3 Easy Steps:
  13. 1) Link to toastr.css and toastr-responsive.css
  14. 2) Link to toastr.js
  15. 3) Use toastr to display a toast for info, success, warning or error
  16. // Display an info toast with no title
  17. toastr.info('Are you the 6 fingered man?')
  18. *** For other API calls, see the demo</description>
  19. <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>
  20. <releaseNotes>Minor updates for long unbroken string going outside toast and new feature to keep the toast around after hover-off for an extended timeout.</releaseNotes>
  21. <copyright>Copyright � 2012 Hans Fj�llemark &amp; John Papa.</copyright>
  22. <language>en-US</language>
  23. <tags>toastr, toast, notification, dialog, jquery</tags>
  24. <dependencies>
  25. <dependency id="jQuery" version="1.7.2" />
  26. </dependencies>
  27. </metadata>
  28. <files>
  29. <file src="content\content\toastr-responsive.css" target="content\content\toastr-responsive.css" />
  30. <file src="content\content\toastr.css" target="content\content\toastr.css" />
  31. <file src="content\scripts\toastr.js" target="content\scripts\toastr.js" />
  32. </files>
  33. </package>