forked from phossa/smartselect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsmartselect.jquery.json
36 lines (36 loc) · 1.1 KB
/
smartselect.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": "smartselect",
"title": "jQuery SmartSelect",
"description": "SmartSelect is a jQuery multiselect and tree / hierarchy select plugin with bootstrap style. It is 10x faster than similar plugins and supports complex data relations.",
"keywords": [
"smartselect",
"multiple select",
"multiselect",
"bootstrap"
],
"version": "1.0.24",
"author": {
"name": "Hong Zhang",
"url": "https://github.com/phossa"
},
"maintainers": [
{
"name": "Hong Zhang",
"email": "smartselect@126.com",
"url": "https://github.com/phossa"
}
],
"licenses": [
{
"type": "No License",
"url": "http://phossa.github.io/smartselect/docs/license.html"
}
],
"bugs": "https://github.com/phossa/smartselect/issues",
"homepage": "http://phossa.github.io/smartselect/docs/index.html",
"docs": "http://phossa.github.io/smartselect/docs/docs.html",
"download": "https://github.com/phossa/smartselect",
"dependencies": {
"jquery": ">=1.9.0"
}
}