Frio: implent switcher element
This commit is contained in:
parent
7f7fe1c332
commit
96dfd22d9d
19 changed files with 994 additions and 4 deletions
28
view/theme/frio/frameworks/bootstrap-toggle/package.json
Normal file
28
view/theme/frio/frameworks/bootstrap-toggle/package.json
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"name": "bootstrap-toggle",
|
||||
"description": "Bootstrap Toggle is a highly flexible Bootstrap plugin that converts checkboxes into toggles",
|
||||
"version": "2.2.2",
|
||||
"main": "js/bootstrap-toggle.js",
|
||||
"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",
|
||||
"author": "Min Hur <min.hur@gmail.com>",
|
||||
"bugs": {
|
||||
"url": "https://github.com/minhur/bootstrap-toggle/issues"
|
||||
},
|
||||
"devDependencies": {
|
||||
"grunt-contrib-clean": "^0.6.0",
|
||||
"grunt-contrib-cssmin": "^0.10.0",
|
||||
"grunt-contrib-uglify": "^0.6.0"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue