{
  "name": "@rehooks/window-size",
  "version": "1.0.2",
  "description": "React hook for subscribing to window size",
  "main": "index.js",
  "repository": "https://github.com/rehooks/window-size",
  "author": "Jamie Kyle <me@thejameskyle.com>",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "react",
    "hooks",
    "window",
    "browser",
    "size"
  ],
  "files": [
    "index.*"
  ],
  "scripts": {
    "test": "ava test.js",
    "example": "parcel example.html"
  },
  "dependencies": {
    "react": "^16.7.0-alpha.0"
  },
  "devDependencies": {
    "ava": "^0.25.0",
    "browser-env": "^3.2.5",
    "parcel": "^1.10.3",
    "raf": "^3.4.0",
    "react-dom": "^16.7.0-alpha.0",
    "react-test-renderer": "^16.7.0-alpha.0"
  },
  "ava": {
    "require": [
      "./test-setup.js"
    ]
  }
}
