{
  "name": "@xuluwarrior/redux-promise-thunk",
  "version": "0.1.8",
  "description": "Thunk generator to dispatch Flux-Standard-Action in each phase of promise",
  "main": "lib/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/kpaxqin/redux-promise-thunk.git"
  },
  "homepage": "https://github.com/kpaxqin/redux-promise-thunk",
  "keywords": [
    "redux",
    "promise",
    "thunk",
    "FSA"
  ],
  "scripts": {
    "build": "babel src/ --out-dir lib/",
    "test": "mocha --require babel-polyfill --require babel-register --reporter spec test/*.js",
    "pre-publish": "babel src --out-dir lib",
    "lint": "eslint src/"
  },
  "author": "",
  "license": "ISC",
  "peerDependencies": {
    "redux-thunk": "*",
    "immutable": "^3.8.2"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-eslint": "^9.0.0",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-preset-env": "^1.7.0",
    "babel-runtime": "^5.8.34",
    "chai": "^3.4.1",
    "eslint": "^5.6.0",
    "eslint-config-airbnb": "^1.0.0",
    "eslint-plugin-react": "^3.7.1",
    "mocha": "^5.2.0",
    "sinon": "^1.17.2"
  },
  "babel": {
    "presets": [
      "env"
    ],
    "plugins": [
      "transform-object-rest-spread"
    ]
  }
}
