forked from brandonaaron/jquery-overlabel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoverlabel.jquery.json
More file actions
28 lines (28 loc) · 868 Bytes
/
overlabel.jquery.json
File metadata and controls
28 lines (28 loc) · 868 Bytes
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
{
"name": "overlabel",
"title": "jQuery Over Label",
"description": "A jQuery plugin to help implement the over label technique described in Making Compact Forms More Accessible by Mike Brittain on ALA.",
"keywords": [
"form",
"label",
"over",
"accessible"
],
"version": "1.2.0",
"author": {
"name": "Brandon Aaron",
"url": "http://brandonaaron.net"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/brandonaaron/jquery-overlabel/master/LICENSE.txt"
}
],
"bugs": "https://github.com/brandonaaron/jquery-overlabel/issues",
"homepage": "https://github.com/brandonaaron/jquery-overlabel",
"download": "https://github.com/brandonaaron/jquery-overlabel/tags",
"dependencies": {
"jquery": ">=1.0.4"
}
}