zlib.js.nuspec
815 字节
<?xml version="1.0" encoding="utf-8" ?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>zlib.js</id>
<version>0.2.0</version>
<title>zlib.js</title>
<authors>imaya</authors>
<owners>imaya</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>compact zlib, deflate, inflate, zip library in JavaScript</description>
<language>en-US</language>
<licenseUrl>https://github.com/imaya/zlib.js/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/imaya/zlib.js</projectUrl>
<tags>zlib javascript</tags>
<dependencies></dependencies>
</metadata>
<files>
<file src="bin\*.js" target="Content\Scripts" />
</files>
</package>