-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathjqtristate.jquery.json
36 lines (36 loc) · 1.08 KB
/
jqtristate.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
32
33
34
35
36
{
"name": "jqtristate",
"version": "1.2.1",
"title": "Vanderlee Tristate",
"description": "jQuery standalone tristate (indeterminate) checkbox with pseudo selectors and optional value modification and .val() overwrite. Standalone, so usable for purposes other than list/tree marking.",
"author": {
"name": "Martijn van der Lee",
"url": "http://martijn.vanderlee.com",
"email": "[email protected]"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"repository": {
"type": "git",
"url": "https://github.com/vanderlee/tristate.git"
},
"dependencies": {
"jquery": ">=1.6.2"
},
"homepage": "http://vanderlee.github.com/tristate",
"demo": "http://vanderlee.github.com/tristate",
"download":"https://github.com/vanderlee/tristate",
"bugs": "https://github.com/vanderlee/tristate/issues",
"maintainers": [
{
"name": "Martijn van der Lee",
"url": "http://martijn.vanderlee.com",
"email": "[email protected]"
}
],
"keywords": ["tristate", "checkbox", "ui", "indeterminate", "checked"]
}