forked from phossa/smartselect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.09 KB
/
package.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
37
38
{
"name": "smartselect",
"version": "1.0.24",
"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.",
"main": "index.html",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/phossa/smartselect.git"
},
"keywords": [
"jquery-plugin",
"ecosystem:jquery",
"js",
"jquery",
"smartselect",
"multiple select",
"multiselect",
"bootstrap"
],
"author": "Hong Zhang <phossa@126.com>",
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/phossa/smartselect/issues"
},
"dependencies": {
"jquery": ">=1.9.0"
},
"homepage": "http://phossa.github.io/smartselect/docs/index.html",
"docs": "http://phossa.github.io/smartselect/docs/docs.html",
"demo": "http://phossa.github.io/smartselect/docs/demo.html",
"bugs": "https://github.com/phossa/smartselect/issues"
}