Last change
on this file since 9674 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.5 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>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 <html> 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.