{
  "name": "react-responsive-context-provider",
  "version": "0.1.1",
  "description": "asd",
  "homepage": "https://github.com/michaelmitchell/react-responsive-context-provider",
  "repository": {
    "type": "git",
    "url": "https://github.com/michaelmitchell/react-responsive-context-provider.git"
  },
  "bugs": {
    "url": "https://github.com/michaelmitchell/react-responsive-context-provider/issues"
  },
  "license": "MIT",
  "keywords": [
    "autom.io"
  ],
  "author": {
    "name": "Michael Mitchell",
    "email": "michael@michaelmitchell.co.nz"
  },
  "maintainers": [
    {
      "name": "michaelmitchell",
      "email": "michael@michaelmitchell.co.nz"
    }
  ],
  "main": "lib/",
  "devDependencies": {
    "babel-cli": "^6.18.0",
    "babel-core": "^6.18.2",
    "babel-eslint": "^7.1.0",
    "babel-istanbul": "^0.11.0",
    "babel-loader": "^6.2.7",
    "babel-plugin-module-resolver": "^2.3.0",
    "babel-plugin-pipe-composition": "^0.1.1",
    "babel-plugin-transform-class-properties": "^6.18.0",
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "babel-plugin-transform-flow-strip-types": "^6.18.0",
    "babel-plugin-transform-object-rest-spread": "^6.16.0",
    "babel-plugin-transform-react-constant-elements": "^6.9.1",
    "babel-plugin-transform-react-inline-elements": "^6.8.0",
    "babel-plugin-transform-react-remove-prop-types": "^0.2.10",
    "babel-plugin-transform-runtime": "^6.15.0",
    "babel-plugin-webpack-loaders": "^0.8.0",
    "babel-preset-latest": "^6.16.0",
    "babel-preset-react": "^6.16.0",
    "babel-preset-stage-3": "^6.17.0",
    "babel-runtime": "^6.18.0",
    "chai": "^3.5.0",
    "coveralls": "^2.11.15",
    "esdoc": "^0.4.8",
    "esdoc-es7-plugin": "0.0.3",
    "eslint": "^3.10.2",
    "eslint-config-airbnb": "^13.0.0",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "2.2.3",
    "eslint-plugin-react": "^6.7.1",
    "flow-bin": "^0.35.0",
    "mocha": "^3.1.2",
    "nodemon": "^1.11.0",
    "snyk": "^1.19.1",
    "webpack": "^2.1.0-beta.25"
  },
  "dependencies": {
    "react": "^15.3.1",
    "react-dom": "^15.3.1",
    "react-responsive-multi-query": "^0.1.2"
  },
  "scripts": {
    "prebuild": "npm run test && npm run build:clean",
    "build": "npm run build:library",
    "build:clean": "rm -rf ./lib",
    "build:library": "BABEL_DISABLE_CACHE=1 NODE_ENV=library ./node_modules/.bin/babel ./src -d ./lib",
    "docs": "./node_modules/.bin/esdoc -c ./esdoc.json",
    "lint": "./node_modules/.bin/eslint src test",
    "lint:fix": "npm run lint -- --fix",
    "pretest": "npm run lint",
    "snyk": "./node_modules/.bin/snyk",
    "snyk:auth": "npm run -s snyk -- auth $SNYK_TOKEN",
    "snyk:monitor": "npm run snyk -- monitor",
    "snyk:protect": "npm run snyk -- protect",
    "snyk:test": "npm run snyk -- test",
    "snyk:wizard": "npm run snyk -- wizard",
    "test": "npm run snyk:test && npm run test:js",
    "test:cov": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
    "test:js": "NODE_ENV=test ./node_modules/.bin/babel-node ./node_modules/.bin/babel-istanbul cover ./node_modules/.bin/_mocha",
    "test:js:nocov": "NODE_ENV=test ./node_modules/.bin/babel-node ./node_modules/.bin/_mocha",
    "watch": "npm run watch:library",
    "watch:library": "npm run build:library -- --progress --watch"
  }
}
