-
-
Notifications
You must be signed in to change notification settings - Fork 127
/
.nuspec
21 lines (21 loc) · 920 Bytes
/
.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>evol-colorpicker</id>
<version>3.4.3-alpha1</version>
<authors>Olivier Giulieri</authors>
<owners>Olivier Giulieri</owners>
<license type="file">LICENSE.md</license>
<readme>README.md</readme>
<projectUrl>http://evoluteur.github.io/colorpicker/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>jQuery UI widget for web color picking which looks like the one in Microsoft Office 2010.</description>
<tags>colorpicker color picker palette jquery jquery-ui ui widget popup web input form jquery-plugin</tags>
</metadata>
<files>
<file src="js/evol-colorpicker.min.js" target="content/scripts/" />
<file src="css/evol-colorpicker.min.css" target="content/styles/" />
<file src="LICENSE.md" target="LICENSE.md" />
<file src="README.md" target="README.md" />
</files>
</package>