-
Notifications
You must be signed in to change notification settings - Fork 7
/
jquery.keytips.nuspec
21 lines (21 loc) · 959 Bytes
/
jquery.keytips.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>jquery.keytips</id>
<title>jQuery KeyTips</title>
<version>1.0.6</version>
<authors>Damian Edwards</authors>
<licenseUrl>http://www.opensource.org/licenses/MS-PL</licenseUrl>
<projectUrl>https://github.com/DamianEdwards/KeyTips-jQuery-Plugin</projectUrl>
<description>The KeyTips plugin for jQuery (formerly the Access Key Highlighter plugin) provides various options for highlighting access keys on web forms when the user presses their browser's access key shortcut key, e.g. Alt in Internet Explorer and Safari, Shift+Alt in Firefox.</description>
<copyright>Copyright 2011 Damian Edwards</copyright>
<tags>jquery plugins</tags>
<dependencies>
<dependency id="jquery" version="1.6.1" />
</dependencies>
</metadata>
<files>
<file src="src\*.js" target="content\Scripts" />
<file src="src\styles\*.*" target="content\Content" />
</files>
</package>