-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathvisibly.jquery.json
31 lines (31 loc) · 909 Bytes
/
visibly.jquery.json
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
{
"name": "visibly",
"title": "jQuery Visibly",
"description": "A jQuery Plugin designed to easily show elements based on values of other elements.",
"keywords": [
"Visibly",
"visible",
"input",
"form",
"forms"
],
"version": "1.1.0",
"author": {
"name": "Daniel Rivers",
"url": "http://www.danielrivers.com",
"email": "[email protected]"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jquery/jquery-color/blob/2.1.2/MIT-LICENSE.txt"
}
],
"bugs": "https://github.com/DanielRivers/jQuery-Visibly",
"homepage": "https://github.com/DanielRivers/jQuery-Visibly",
"docs": "https://github.com/DanielRivers/jQuery-Visibly",
"download": "https://github.com/DanielRivers/jQuery-Visibly",
"dependencies": {
"jquery": ">=1.2"
}
}