{
  "name": "redux-loading-reducer",
  "version": "1.1.0",
  "description": "Simple function for changing loading-flag in store branch",
  "main": "lib/index.js",
  "scripts": {
    "test": "cross-env jest",
    "test-cov": "npm run test -- --coverage",
    "build": "webpack -p",
    "compile": "cross-env babel src --out-dir lib",
    "clean": "rimraf dist lib"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jerryslaw/react-loading-reducer"
  },
  "keywords": [
    "redux",
    "function",
    "store",
    "reducer"
  ],
  "author": "Jarosław Wlazło <wlazlo@jarek@gmail.com> (https://github.com/jerryslaw)",
  "license": "MIT",
  "dependencies": {
    "immutable": "4.0.0-rc.2",
    "lodash": "^4.17.4"
  },
  "devDependencies": {
    "babel-cli": "^6.24.0",
    "babel-core": "^6.24.0",
    "babel-jest": "^19.0.0",
    "babel-loader": "^6.4.1",
    "babel-preset-es2015": "^6.24.0",
    "case-sensitive-paths-webpack-plugin": "^2.0.0",
    "cross-env": "^4.0.0",
    "jest": "^19.0.2",
    "rimraf": "^2.6.1",
    "webpack": "^2.3.3"
  },
  "npmName": "redux-loading-reducer",
  "npmFileMap": [
    {
      "basePath": "/dist/",
      "files": [
        "*.js"
      ]
    }
  ]
}
