Last change
on this file since 10381 was
9604,
checked in by pfleck, 12 years ago
|
#2063:
Set up basic webpage layout based on WebApplication branch.
Added Asp.Net MVC packages and some helper packages.
Implemented login.
|
File size:
1.4 KB
|
Rev | Line | |
---|
[9604] | 1 | <?xml version="1.0"?>
|
---|
| 2 | <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
---|
| 3 | <metadata>
|
---|
| 4 | <id>jQuery.UI.Combined</id>
|
---|
| 5 | <version>1.8.24</version>
|
---|
| 6 | <title>jQuery UI (Combined Library)</title>
|
---|
| 7 | <authors>jQuery UI Team</authors>
|
---|
| 8 | <owners>jQuery UI Team</owners>
|
---|
| 9 | <licenseUrl>http://jquery.org/license</licenseUrl>
|
---|
| 10 | <projectUrl>http://jqueryui.com/</projectUrl>
|
---|
| 11 | <iconUrl>http://nuget.org/Media/Default/Packages/jQuery.UI.Combined/1.8.9/jQueryUILogo.png</iconUrl>
|
---|
| 12 | <requireLicenseAcceptance>false</requireLicenseAcceptance>
|
---|
| 13 | <description>jQuery UI is an open source library of interface components â interactions, full-featured widgets, and animation effects â based on the stellar jQuery javascript library . Each component is built according to jQuery's event-driven architecture (find something, manipulate it) and is themeable, making it easy for developers of any skill level to integrate and extend into their own code. |
---|
| 14 | NOTE: This package is maintained on behalf of the library owners by the NuGet Community Packages project at http://nugetpackages.codeplex.com/</description>
|
---|
| 15 | <summary>The full jQuery UI library as a single combined file. Includes the base theme.</summary>
|
---|
| 16 | <language>en-US</language>
|
---|
| 17 | <tags>jQuery jQueryUI plugins</tags>
|
---|
| 18 | <dependencies>
|
---|
| 19 | <dependency id="jQuery" version="1.4.4" />
|
---|
| 20 | </dependencies>
|
---|
| 21 | </metadata>
|
---|
| 22 | </package> |
---|
Note: See
TracBrowser
for help on using the repository browser.