forked from davidstutz/bootstrap-multiselect
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
42 lines (42 loc) · 1.07 KB
/
Copy pathcomposer.json
File metadata and controls
42 lines (42 loc) · 1.07 KB
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
39
40
41
42
{
"name": "idealcms/bootstrap-multiselect",
"description": "JQuery multiselect plugin based on Twitter Bootstrap.",
"type": "component",
"homepage": "http://davidstutz.github.io/bootstrap-multiselect/",
"licenses": [
{
"type": "Apache License, Version 2.0",
"url": "https://github.com/davidstutz/bootstrap-multiselect/blob/master/LICENSE.md"
}
],
"keywords": [
"js",
"css",
"less",
"bootstrap",
"jquery",
"multiselect"
],
"author": {
"url": "http://davidstutz.de/",
"name": "David Stutz"
},
"require": {
"components/jquery": "~2.1.3"
},
"extra": {
"component": {
"scripts": [
"js/bootstrap-multiselect.js"
],
"files": [
"css/bootstrap-multiselect.css",
"js/bootstrap-multiselect.js",
"less/bootstrap-multiselect.less"
],
"shim": {
"deps": ["jquery"]
}
}
}
}