pSoundGUI/css/bootstrap-switch-master/bower.json

30 lines
587 B
JSON
Raw Normal View History

2016-04-23 19:36:15 -04:00
{
"name": "bootstrap-switch",
"description": "Turn checkboxes and radio buttons into 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"
}
}