{
  "name": "redux-promise",
  "version": "0.5.3",
  "description": "FSA-compliant promise middleware for Redux.",
  "main": "lib/index.js",
  "scripts": {
    "test": "make test",
    "prepublish": "make clean build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/acdlite/redux-promise.git"
  },
  "homepage": "https://github.com/acdlite/redux-promise",
  "keywords": [
    "redux",
    "promise",
    "middleware",
    "redux-middleware",
    "fsa",
    "flux"
  ],
  "author": "Andrew Clark <acdlite@me.com>",
  "license": "MIT",
  "devDependencies": {
    "babel": "^5.6.14",
    "babel-core": "^5.6.15",
    "babel-eslint": "^5.0.0",
    "chai": "^3.0.0",
    "chai-as-promised": "^5.1.0",
    "eslint": "^0.24.0",
    "eslint-config-airbnb": "0.0.6",
    "mocha": "^2.2.5",
    "sinon": "^1.15.4"
  },
  "dependencies": {
    "flux-standard-action": "^0.6.1"
  }
}
