Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HiveStatistics/sources/packages/Modernizr.2.6.2/Modernizr.2.6.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: 1.5 KB
Line 
1<?xml version="1.0"?>
2<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
3  <metadata>
4    <id>Modernizr</id>
5    <version>2.6.2</version>
6    <title>Modernizr</title>
7    <authors>Faruk Ateş,Paul Irish,Alex Sexton</authors>
8    <owners>Faruk Ateş,Paul Irish,Alex Sexton</owners>
9    <licenseUrl>http://www.modernizr.com/license/</licenseUrl>
10    <projectUrl>http://www.modernizr.com/</projectUrl>
11    <iconUrl>http://www.modernizr.com/i/logo.png</iconUrl>
12    <requireLicenseAcceptance>false</requireLicenseAcceptance>
13    <description>Modernizr adds classes to the &lt;html&gt; element which allow you to target specific browser functionality in your stylesheet. You don't actually need to write any Javascript to use it.
14        Modernizr is a small and simple JavaScript library that helps you take advantage of emerging web technologies (CSS3, HTML5) while still maintaining a fine level of control over older browsers that may not yet support these new technologies.
15        NOTE: This package is maintained on behalf of the library owners by the NuGet Community Packages project at http://nugetpackages.codeplex.com/</description>
16    <summary>Modernizr is a small and simple JavaScript library that helps you take advantage of emerging web technologies (CSS3, HTML 5) while still maintaining a fine level of control over older browsers that may not yet support these new technologies.</summary>
17    <language>en-US</language>
18    <tags>JavaScript HTML HTML5 CSS CSS3 SVG</tags>
19  </metadata>
20</package>
Note: See TracBrowser for help on using the repository browser.