-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy patharrgh.js.nuspec
21 lines (21 loc) · 921 Bytes
/
arrgh.js.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0"?>
<package>
<metadata>
<id>arrgh.js</id>
<version>1.1.0</version>
<title>arrgh.js</title>
<description>A lightweight JavaScript library that brings proper .NET-like collections and LINQ to JavaScript.</description>
<authors>Sander Rossel</authors>
<owners>Sander Rossel</owners>
<language>JavaScript</language>
<licenseUrl>https://spdx.org/licenses/MIT</licenseUrl>
<projectUrl>https://sanderrossel.github.io/arrgh.js/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>Added support for RequireJS/AMD, CommonJS and Node.js.</releaseNotes>
<copyright>Copyright 2017</copyright>
<tags>JavaScript LINQ collections array List HashMap Dictionary</tags>
</metadata>
<files>
<file src="dist\*.js" target="content\Scripts" />
</files>
</package>