forked from phossa/smartselect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
33 lines (33 loc) · 783 Bytes
/
bower.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
{
"name": "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.",
"homepage": "http://phossa.github.io/smartselect/docs/index.html",
"version": "1.0.24",
"keywords": [
"jquery-plugin",
"ecosystem:jquery",
"js",
"jquery",
"smartselect",
"multiple select",
"multiselect",
"bootstrap"
],
"repository": {
"type": "git",
"url": "git://github.com/phossa/smartselect.git"
},
"main": [
"./dist/jquery.smartselect.min.js",
"./dist/smartselect.min.css"
],
"dependencies": {
"jquery": ">= 1.9.0"
},
"ignore": [
"docs/.*",
"*.html",
"*.git*",
"*.md"
]
}