first commit
This commit is contained in:
37
WebRoot/node_modules/bootstrap-switch/composer.json
generated
vendored
Normal file
37
WebRoot/node_modules/bootstrap-switch/composer.json
generated
vendored
Normal file
@ -0,0 +1,37 @@
|
||||
{
|
||||
"name": "components/bootstrap-switch",
|
||||
"description": "Turn checkboxes and radio buttons into toggle switches.",
|
||||
"version": "3.3.4",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user