{
  "name": "clickable-react-checkbox-tree",
  "version": "1.0.2",
  "description": "modification to react checkbox tree project to recognize click events.",
  "author": "Jake Zatecky[ Original author ], Vikram",
  "license": "MIT",
  "keywords": [
    "react",
    "checkbox",
    "tree"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/VikramMaiya/modified-react-checkbox-tree"
  },
  "homepage": "https://jakezatecky.github.io/react-checkbox-tree",
  "bugs": "https://github.com/VikramMaiya/modified-react-checkbox-tree/issues",
  "main": "lib/index.js",
  "scripts": {
    "build": "gulp build",
    "examples": "gulp examples",
    "gh-deploy": "git subtree push --prefix examples/dist origin gh-pages",
    "prepublishOnly": "gulp build",
    "test": "gulp test"
  },
  "peerDependencies": {
    "react": "^15.3.0 || ^16.0.0"
  },
  "devDependencies": {
    "babel-core": "^6.13.2",
    "babel-eslint": "^8.0.0",
    "babel-loader": "^7.0.0",
    "babel-preset-env": "^1.6.0",
    "babel-preset-react": "^6.11.1",
    "babel-preset-stage-2": "^6.5.0",
    "browser-sync": "^2.18.6",
    "chai": "^4.0.0",
    "enzyme": "^3.0.0",
    "enzyme-adapter-react-16": "^1.0.0",
    "eslint": "^4.3.0",
    "eslint-config-takiyon-react": "^0.3.0",
    "eslint-import-resolver-webpack": "^0.8.1",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^6.0.2",
    "eslint-plugin-react": "7.4.0",
    "gulp": "^3.9.1",
    "gulp-autoprefixer": "^4.0.0",
    "gulp-eslint": "^4.0.0",
    "gulp-header": "^1.8.8",
    "gulp-mocha": "^4.0.1",
    "gulp-sass": "^3.0.0",
    "gulp-scss-lint": "^0.5.0",
    "jsdom": "^11.0.0",
    "mocha": "^4.0.1",
    "react": "^16.0.0",
    "react-dom": "^16.0.0",
    "react-test-renderer": "^16.0.0",
    "webpack": "^3.0.0",
    "webpack-stream": "^4.0.0"
  },
  "dependencies": {
    "classnames": "^2.2.5",
    "lodash": "^4.17.4",
    "nanoid": "^1.0.1",
    "prop-types": "^15.5.8"
  }
}
