12345678910111213141516171819202122232425 |
- {
- "name": "bootstrap-switch",
- "description": "Turn checkboxes and radio buttons into toggle switches.",
- "license": "Apache-2.0",
- "main": [
- "./dist/js/bootstrap-switch.js",
- "./dist/css/bootstrap3/bootstrap-switch.css"
- ],
- "ignore": [
- "docs",
- "test",
- "CNAME",
- "composer.json",
- "CONTRIBUTING.md",
- "index.html",
- "package.json"
- ],
- "dependencies": {
- "bootstrap": ">=2.3.2",
- "jquery": ">=1.9.0"
- },
- "devDependencies": {
- "jquery": "~2.1"
- }
- }
|