-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathselect.js.nuspec
20 lines (20 loc) · 1.2 KB
/
select.js.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>jSelect.js</id>
<version>1.1.0</version>
<title>Select.js</title>
<description>A lightweight, and easy-to-use, JavaScript library for creating multi-select drop-down lists!</description>
<authors>William Troup</authors>
<projectUrl>https://www.william-troup.com/select-js/</projectUrl>
<repository type="git" url="https://github.com/williamtroup/Select.js" branch="main" />
<readme>README_NUGET.md</readme>
<license type="expression">MIT</license>
<tags>javascript css html5 Select.js select drop-down multi-select multiple list tag selector</tags>
<icon>docs\images\icon.png</icon>
<copyright>William Troup</copyright>
</metadata>
<files>
<file src="**" target="/" exclude=".git\**;.github\**;.vscode\**;.github\**;node_modules\**;build\**;*.nuspec**;.npmignore**;.gitignore**;*.sh**;*.json**\**;CODE_OF_CONDUCT.md**;CONTRIBUTING.md**;SECURITY.md**;tsup.build.config.ts**;tsup.build.esm.config.ts**;tsup.build.min.config.ts**;BUILD_INSTRUCTIONS.md**;*.nupkg**;**.DS_Store**" />
</files>
</package>