Primer Commit
This commit is contained in:
41
assets/libs/toastr/nuget/toastr.2.0.3.nuspec
Normal file
41
assets/libs/toastr/nuget/toastr.2.0.3.nuspec
Normal file
@@ -0,0 +1,41 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>toastr</id>
|
||||
<version>2.0.3</version>
|
||||
<title>toastr</title>
|
||||
<authors>John Papa,Hans Fjällemark</authors>
|
||||
<owners>John Papa,Hans Fjällemark</owners>
|
||||
<licenseUrl>http://www.opensource.org/licenses/mit-license.php</licenseUrl>
|
||||
<projectUrl>http://toastrjs.com/</projectUrl>
|
||||
<iconUrl>http://johnpapa.net/wp-content/images/toastr-icon.png</iconUrl>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<description>3 Easy Steps:
|
||||
|
||||
(1) Link to toastr.css
|
||||
(2) Link to toastr.js
|
||||
(3) Use toastr to display a toast for info, success, warning or error
|
||||
|
||||
// Display an info toast with no title
|
||||
toastr.info('Are you the 6 fingered man?')
|
||||
|
||||
*** For other API calls, see the demo</description>
|
||||
<summary>Toastr is a JavaScript library for non-blocking notifications. jQuery is required. The goal is to create a simple core library that can be customized and extended.</summary>
|
||||
<releaseNotes>Change log: https://github.com/CodeSeven/toastr/blob/master/CHANGELOG.md</releaseNotes>
|
||||
<copyright>Copyright © 2012-2014 Hans Fjällemark & John Papa.</copyright>
|
||||
<language>en-US</language>
|
||||
<tags>toastr, toast, notification, dialog, jquery</tags>
|
||||
<dependencies>
|
||||
<dependency id="jQuery" version="1.6.3" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="content\content\toastr.css" target="content\content\toastr.css" />
|
||||
<file src="content\content\toastr.less" target="content\content\toastr.less" />
|
||||
<file src="content\content\toastr.min.css" target="content\content\toastr.min.css" />
|
||||
<file src="content\content\toastr.scss" target="content\content\toastr.scss" />
|
||||
<file src="content\scripts\toastr.js" target="content\scripts\toastr.js" />
|
||||
<file src="content\scripts\toastr.min.js" target="content\scripts\toastr.min.js" />
|
||||
<file src="content\scripts\toastr.min.js.map" target="content\scripts\toastr.min.js.map" />
|
||||
</files>
|
||||
</package>
|
||||
Reference in New Issue
Block a user