| 12345678910111213141516171819202122232425 | {  "name": "bootstrap-switch",  "description": "Turn checkboxes and radio buttons in toggle switches.",  "version": "3.0.1",  "main": [    "dist/js/bootstrap-switch.js",    "dist/css/bootstrap3/bootstrap-switch.css"  ],  "ignore": [    "docs",    "test",    "src",    "CNAME",    "coffeelint.json",    "composer.json",    "CONTRIBUTING.md",    "gulpfile.coffee",    "gulpfile.js",    "index.html",    "package.json"  ],  "dependencies": {    "jquery": ">=1.9.0"  }}
 |