forked from davidstutz/bootstrap-multiselect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 782 Bytes
/
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
{
"name": "bootstrap-multiselect",
"version": "1.1.1",
"description": "JQuery multiselect plugin based on Twitter Bootstrap.",
"main": "dist/js/bootstrap-multiselect.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"repository": {
"type": "git",
"url": "https://github.com/davidstutz/bootstrap-multiselect"
},
"keywords": [
"js",
"css",
"less",
"bootstrap",
"jquery",
"multiselect"
],
"author": "David Stutz",
"license": "Apache License, Version 2.0 OR BSD 3-Clause License",
"bugs": {
"url": "https://github.com/davidstutz/bootstrap-multiselect/issues"
},
"homepage": "http://davidstutz.github.io/bootstrap-multiselect/",
"dependencies": {
"jquery": ">= 2.2.4",
"bootstrap": "~4.5.x"
}
}