forked from Bttstrp/bootstrap-switch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
37 lines (37 loc) · 733 Bytes
/
composer.json
File metadata and controls
37 lines (37 loc) · 733 Bytes
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
{
"name": "components/bootstrap-switch",
"description": "Turn checkboxes and radio buttons into toggle switches.",
"version": "3.3.5",
"type": "component",
"keywords": [
"bootstrap",
"switch",
"javascript",
"js"
],
"homepage": "https://bttstrp.github.io/bootstrap-switch",
"license": "Apache License Version 2.0",
"authors": [
{
"name": "Mattia Larentis",
"homepage": "http://www.larentis.eu"
}
],
"ignore": [
"docs"
],
"extra": {
"component": {
"name": "bootstrap-switch",
"files": [
"dist/**"
],
"scripts": [
"dist/js/bootstrap-switch.js"
],
"shim": {
"exports": "BootstrapSwitch"
}
}
}
}