{
  "name": "ethical-jobs-redux",
  "version": "1.2.1",
  "author": "Andrew McLagan",
  "description": "EthicalJobs.com.au redux utility package",
  "license": "MIT",
  "scripts": {
    "build": "rollup -c",
    "dev": "rollup -c -w",
    "test": "jest",
    "test-watch": "jest --watch"
  },
  "main": "dist/ethical-jobs-redux.cjs.js",
  "module": "dist/ethical-jobs-redux.esm.js",
  "devDependencies": {
    "babel-core": "^6.26.3",
    "babel-jest": "^23.0.1",
    "babel-preset-env": "^1.7.0",
    "immutable": "^4.0.0-rc.2",
    "jest": "^23.1.0",
    "rollup": "^0.60.1",
    "rollup-plugin-babel": "^3.0.4",
    "rollup-plugin-commonjs": "^9.1.3",
    "rollup-plugin-node-resolve": "^3.3.0"
  },
  "dependencies": {
    "lodash": "^4.17.10",
    "redux-promise-middleware": "^4.2.0",
    "reselect": "^3.0.1"
  },
  "peerDependencies": {
    "immutable": "^3.0.0 || ^4.0.0-rc.2",
    "redux": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ethical-jobs/ethical-jobs-redux.git"
  },
  "bugs": {
    "url": "https://github.com/ethical-jobs/ethical-jobs-redux/issues"
  },
  "homepage": "https://github.com/ethical-jobs/ethical-jobs-redux",
  "keywords": [
    "ethicaljobs",
    "employment",
    "environmental",
    "humanitarian",
    "redux"
  ],
  "jest": {
    "testPathIgnorePatterns": [
      "/__tests__/_fixtures.js"
    ],
    "modulePaths": [
      "<rootDir>/src/"
    ]
  }
}
