{
  "name": "redux-throttle",
  "version": "0.1.1",
  "description": "Queue actions when offline and dispatch them when getting back online",
  "keywords": [],
  "main": "build/index.js",
  "jsnext:main": "src/index.js",
  "files": [
    "build",
    "src"
  ],
  "dependencies": {
    "lodash.throttle": "4.0.1"
  },
  "devDependencies": {
    "@mathieudutour/js-fatigue": "^1.0.2"
  },
  "scripts": {
    "test": "make test",
    "prepublish": "make clean build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mathieudutour/redux-throttle.git"
  },
  "author": "Mathieu Dutour",
  "license": "MIT"
}
