{
  "name": "redux-devtools-dispatch",
  "version": "2.2.1",
  "description": "Dispatch your actions manually to test if your app reacts well",
  "main": "lib/index.js",
  "scripts": {
    "clean": "rimraf lib",
    "build": "babel src --out-dir lib",
    "prepublish": "npm run clean && npm run build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/YoruNoHikage/redux-devtools-dispatch.git"
  },
  "keywords": [
    "redux",
    "devtools",
    "dispatch",
    "actions",
    "manually"
  ],
  "author": "Alexis Launay <yorunohikage@gmail.com> (http://github.com/YoruNoHikage)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/YoruNoHikage/redux-devtools-dispatch/issues"
  },
  "homepage": "https://github.com/YoruNoHikage/redux-devtools-dispatch",
  "devDependencies": {
    "babel-cli": "^6.3.15",
    "babel-core": "^6.1.20",
    "babel-loader": "^6.2.0",
    "babel-preset-es2015-loose": "^6.1.3",
    "babel-preset-react": "^6.3.13",
    "babel-preset-stage-0": "^6.3.13",
    "rimraf": "^2.3.4",
    "webpack": "^1.11.0"
  },
  "peerDependencies": {
    "react": ">=0.14.9",
    "redux-devtools": "^3.0.0"
  },
  "dependencies": {
    "get-params": "^0.1.2",
    "prop-types": "^15.5.10",
    "redux-devtools-themes": "^1.0.0"
  }
}
