forked from DamianEdwards/KeyTips-jQuery-Plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.14 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "KeyTips",
"version": "1.0.5",
"title": "jQuery KeyTips",
"author": {
"name": "Damian Edwards",
"url": "http://damianedwards.com"
},
"licenses": [
{
"type": "Ms-PL",
"url": "http://www.opensource.org/licenses/MS-PL"
}
],
"dependencies": {
"jquery": ">=1.6.1"
},
"description": "The KeyTips plugin for jQuery 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, Chrome and Safari, Shift+Alt in Firefox.",
"keywords": [
"accesskey",
"form",
"shortcut",
"accessibility"
],
"homepage": "https://github.com/DamianEdwards/KeyTips-jQuery-Plugin",
"contributors": [
{
"name": "Damian Edwards",
"email": "damian@damianedwards.com",
"url": "https://github.com/DamianEdwards"
}
],
"files": [
"src/jquery.KeyTips.js",
"src/jquery.KeyTips.min.js",
"src/styles/KeyTips.css",
"src/styles/KeyTips.min.css",
"src/styles/popup-back.gif"
]
}