1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-12 23:09:03 +01:00
fab-manager/vendor/assets/components/bootstrap-switch/.bower.json
2016-03-23 18:39:41 +01:00

39 lines
924 B
JSON

{
"name": "bootstrap-switch",
"description": "Turn checkboxes and radio buttons in toggle switches.",
"version": "3.3.2",
"main": [
"./dist/js/bootstrap-switch.js",
"./dist/css/bootstrap3/bootstrap-switch.css"
],
"ignore": [
"docs",
"test",
"CNAME",
"coffeelint.json",
"composer.json",
"CONTRIBUTING.md",
"gulpfile.coffee",
"gulpfile.js",
"index.html",
"package.json"
],
"dependencies": {
"bootstrap": ">=2.3.2",
"jquery": ">=1.9.0"
},
"devDependencies": {
"jquery": "~2.1",
"bootstrap": "~3.3"
},
"homepage": "https://github.com/nostalgiaz/bootstrap-switch",
"_release": "3.3.2",
"_resolution": {
"type": "version",
"tag": "v3.3.2",
"commit": "ec69b5dd914dacb19cf1fa8e1be7eea6bcc7b083"
},
"_source": "git://github.com/nostalgiaz/bootstrap-switch.git",
"_target": "3.3.2",
"_originalSource": "bootstrap-switch"
}