{
  "name": "redux-window",
  "version": "1.0.2",
  "private": false,
  "license": "MIT",
  "keywords": [
    "redux",
    "responsive",
    "react",
    "state",
    "window",
    "width",
    "height",
    "resize"
  ],
  "main": "lib/index.js",
  "author": {
    "name": "Ben Mason",
    "email": "contact@bdmason.co.uk"
  },
  "repository" :  {
    "type" : "git",
    "url" : "https://github.com/bdmason/redux-window.git"
  },
  "scripts": {
    "build": "babel -s inline -d lib src",
    "prepublish": "npm run build"
  },
  "dependencies": {
    "lodash.throttle": "4.1.1",
    "redux": "3.6.0"
  },
  "devDependencies": {
    "babel-cli": "6.14.0",
    "babel-core": "6.18.2",
    "babel-preset-es2015": "6.14.0"
  }
}
