{
  "name": "react-doc-props",
  "version": "0.1.18",
  "description": "Auto-documenting react proptypes",
  "main": "dist/main.js",
  "jsnext:main": "dist/main.mjs",
  "browser": "dist/main.browser.js",
  "scripts": {
    "test": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
    "test:local": "jest",
    "test:watch": "npm run test:local -- --watch",
    "build": "node tools/build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alsiola/react-doc-props.git"
  },
  "keywords": [
    "react",
    "props",
    "documentation"
  ],
  "author": "Alex Young",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/alsiola/react-doc-props/issues"
  },
  "homepage": "https://github.com/alsiola/react-doc-props#README",
  "dependencies": {
    "prop-types": "^15.5.8"
  },
  "devDependencies": {
    "babel-core": "^6.24.1",
    "babel-jest": "^19.0.0",
    "babel-plugin-transform-es2015-destructuring": "^6.23.0",
    "babel-plugin-transform-es2015-function-name": "^6.24.1",
    "babel-plugin-transform-es2015-parameters": "^6.24.1",
    "babel-plugin-transform-object-rest-spread": "^6.23.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-es2015-rollup": "^3.0.0",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-1": "^6.24.1",
    "babel-runtime": "^6.23.0",
    "coveralls": "^2.13.1",
    "del": "^2.2.2",
    "jest": "^19.0.2",
    "rollup": "^0.41.6",
    "rollup-plugin-babel": "^2.7.1",
    "rollup-plugin-uglify": "^1.0.1"
  }
}
