forked from imaya/zlib.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathzlib.js.nuspec
More file actions
20 lines (20 loc) · 815 Bytes
/
zlib.js.nuspec
File metadata and controls
20 lines (20 loc) · 815 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?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.3.1</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>