{
  "name": "react-queryable-container",
  "version": "2.1.2",
  "description": "Know what your parents are up to",
  "keywords": [
    "react",
    "responsive",
    "container query",
    "media query"
  ],
  "main": "lib/index.js",
  "author": "Mark D'Arensbourg",
  "license": "SEE LICENSE IN LICENSE",
  "scripts": {
    "build": "browserify example/index.jsx --extension=.jsx -t babelify -d -s app -o example/build.js",
    "watch": "watchify example/index.jsx --extension=.jsx -t babelify -d -s app -o example/build.js",
    "compile": "babel src -d lib",
    "serve": "http-server example -p 1340 -o -c-1",
    "start": "npm run build && npm run serve",
    "lint": "eslint src --format=unix",
    "prepublish": "npm run compile"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mdarens/react-queryable-container.git"
  },
  "dependencies": {
    "lodash.throttle": "^4.0.0"
  },
  "peerDependencies": {
    "react": ">=15.x <=16.x",
    "react-dom": ">=15.x <=16.x"
  },
  "devDependencies": {
    "babel-cli": "^6.3.15",
    "babel-core": "^6.3.15",
    "babel-eslint": "^6.1.0",
    "babel-polyfill": "^6.3.14",
    "babel-preset-es2015": "^6.3.13",
    "babel-preset-react": "^6.3.13",
    "babel-preset-stage-2": "^6.3.13",
    "babelify": "^7.2.0",
    "browserify": "^12.0.1",
    "eslint": "^3.0.1",
    "eslint-plugin-filenames": "^1.0.0",
    "eslint-plugin-react": "^5.2.2",
    "http-server": "^0.8.0",
    "jshint": "^2.8.0",
    "react": ">=15.x <=16.x",
    "react-dom": ">=15.x <=16.x",
    "lodash.some": "^4.0.2",
    "lodash.uniq": "^4.0.2",
    "minifyify": "^7.0.3",
    "watchify": "^3.2.3"
  },
  "babel": {
    "presets": [
      "es2015",
      "react",
      "stage-2"
    ]
  }
}
