initial add
This commit is contained in:
17
packages/WebGrease.1.5.2/WebGrease.1.5.2.nuspec
vendored
Normal file
17
packages/WebGrease.1.5.2/WebGrease.1.5.2.nuspec
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
<?xml version="1.0"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>WebGrease</id>
|
||||
<version>1.5.2</version>
|
||||
<authors>webgrease@microsoft.com</authors>
|
||||
<owners>Microsoft</owners>
|
||||
<licenseUrl>http://www.microsoft.com/web/webpi/eula/msn_webgrease_eula.htm</licenseUrl>
|
||||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||||
<description>Web Grease is a suite of tools for optimizing javascript, css files and images.</description>
|
||||
<language>en-US</language>
|
||||
<dependencies>
|
||||
<dependency id="Antlr" version="3.4.1.9004" />
|
||||
<dependency id="Newtonsoft.Json" version="5.0.4" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
</package>
|
Reference in New Issue
Block a user