Frio: implent switcher element
This commit is contained in:
32
view/theme/frio/frameworks/bootstrap-toggle/bower.json
Normal file
32
view/theme/frio/frameworks/bootstrap-toggle/bower.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "bootstrap-toggle",
|
||||
"description": "Bootstrap Toggle is a highly flexible Bootstrap plugin that converts checkboxes into toggles",
|
||||
"version": "2.2.1",
|
||||
"keywords": [
|
||||
"bootstrap",
|
||||
"toggle",
|
||||
"bootstrap-toggle",
|
||||
"switch",
|
||||
"bootstrap-switch"
|
||||
],
|
||||
"homepage": "http://www.bootstraptoggle.com",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/minhur/bootstrap-toggle.git"
|
||||
},
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
"Min Hur <min.hur@gmail.com>"
|
||||
],
|
||||
"main": [
|
||||
"./js/bootstrap-toggle.min.js",
|
||||
"./css/bootstrap-toggle.min.css"
|
||||
],
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"node_modules",
|
||||
"bower_components",
|
||||
"test",
|
||||
"tests"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user