Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HiveStatistics/sources/packages/jQuery.1.8.2/jQuery.1.8.2.nuspec @ 9604

Last change on this file since 9604 was 9604, checked in by pfleck, 11 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: 1015 bytes
Line 
1<?xml version="1.0"?>
2<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
3  <metadata>
4    <id>jQuery</id>
5    <version>1.8.2</version>
6    <title>jQuery</title>
7    <authors>John Resig</authors>
8    <owners>John Resig</owners>
9    <licenseUrl>http://jquery.org/license</licenseUrl>
10    <projectUrl>http://jquery.com/</projectUrl>
11    <requireLicenseAcceptance>false</requireLicenseAcceptance>
12    <description>jQuery is a new kind of JavaScript Library.
13        jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript.</description>
14    <summary>jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development.</summary>
15    <language>en-US</language>
16    <tags>jQuery</tags>
17  </metadata>
18</package>
Note: See TracBrowser for help on using the repository browser.