{
  "name": "react-bootstrap-toggle",
  "version": "2.0.4",
  "description": "A React version of the bootstrap-toggle without the JQuery dependency",
  "main": "./dist/index.js",
  "repository": {
    "type": "git",
    "url": "arnthor3/react-bootstrap-toggle"
  },
  "scripts": {
    "test": "jest",
    "test:watch": "jest --watch",
    "coverage": "jest --coverage",
    "start": "webpack-dev-server --inline --hot",
    "coveralls": "jest --coverage | coveralls",
    "build": "babel src -d dist",
    "uglify": "uglifyjs-folder js -eo dist"
  },
  "keywords": [
    "react bootstrap bootstrap-switcher"
  ],
  "author": "arnthor",
  "license": "ISC",
  "devDependencies": {
    "babel-cli": "^6.23.0",
    "babel-core": "^6.23.1",
    "babel-eslint": "^7.1.1",
    "babel-loader": "^6.2.8",
    "babel-plugin-transform-class-properties": "^6.23.0",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-es2015": "^6.18.0",
    "babel-preset-react": "^6.16.0",
    "babel-preset-stage-0": "^6.16.0",
    "babel-runtime": "^6.23.0",
    "enzyme": "^2.6.0",
    "eslint": "^3.15.0",
    "eslint-config-airbnb": "^13.0.0",
    "eslint-loader": "^1.6.1",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^2.2.3",
    "eslint-plugin-react": "^6.7.1",
    "jest": "^17.0.3",
    "react-addons-test-utils": "^15.4.1",
    "react-hot-loader": "^3.0.0-beta.6",
    "sinon": "^1.17.6",
    "webpack": "^2.2.1",
    "webpack-dev-server": "^2.3.0"
  },
  "dependencies": {
    "react": "^15.4.2",
    "react-dom": "^15.4.2"
  }
}
