| {
  "name": "bootstrap-switch",
  "description": "Turn checkboxes and radio buttons into toggle switches.",
  "version": "3.3.2",
  "keywords": [
    "bootstrap",
    "switch",
    "javascript",
    "js"
  ],
  "homepage": "http://www.bootstrap-switch.org",
  "author": {
    "name": "Mattia Larentis",
    "email": "[email protected] ",
    "url": "http://larentis.eu"
  },
  "contributors": [
    {
      "name": "Emanuele Marchi",
      "email": "[email protected] ",
      "url": "http://lostcrew.it"
    },
    {
      "name": "Peter Stein",
      "url": "http://www.bdmdesign.org"
    }
  ],
  "main": "dist/js/bootstrap-switch.js",
  "dependencies": {
    "jquery": ">=1.9.0"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/nostalgiaz/bootstrap-switch.git"
  },
  "bugs": "https://github.com/nostalgiaz/bootstrap-switch/issues",
  "license": "Apache Version 2",
  "readmeFilename": "README.md",
  "devDependencies": {
    "browser-sync": "^2.6.4",
    "coffee-script": "~1.9.2",
    "gulp": "^3.8.11",
    "gulp-changed": "^1.2.1",
    "gulp-coffee": "~2.3.1",
    "gulp-coffeelint": "~0.4.0",
    "gulp-connect": "^2.2.0",
    "gulp-header": "~1.2.2",
    "gulp-jade": "^1.0.0",
    "gulp-less": "^3.0.2",
    "gulp-load-plugins": "^0.10.0",
    "gulp-notify": "^2.2.0",
    "gulp-open": "~0.3.2",
    "gulp-plumber": "^1.0.0",
    "gulp-rename": "~1.2.2",
    "gulp-uglify": "~1.2.0",
    "gulp-util": "~3.0.4",
    "jasmine-core": "^2.2.0",
    "karma": "~0.12.31",
    "karma-firefox-launcher": "~0.1.4",
    "karma-jasmine": "^0.3.5",
    "less-plugin-clean-css": "^1.5.0",
    "run-sequence": "~1.0.2"
  },
  "scripts": {
    "build": "gulp dist",
    "test": "gulp test"
  },
  "npmName": "bootstrap-switch",
  "npmFileMap": [
    {
      "basePath": "/dist/",
      "files": [
        "*.js",
        "bootstrap3/*.css",
        "bootstrap2/*.css"
      ]
    }
  ]
}
 |