{
  "name": "redux-auto",
  "version": "2.2.0",
  "description": "automatically generate stories and actions from your folder and file structure",
  "main": "bundle.js",
  "scripts": {
    "test": "jest",
    "test:go": "npm test -- --watch --coverage",
    "test:cover": "npm test -- --coverage --no-cache",
    "test:watch": "npm test -- --watch",
    "build": "rollup index.js --o __rollup.js --f cjs && babel __rollup.js --out-file bundle.js && rm __rollup.js"
  },
  "babel": {
    "presets": [
      "es2015"
    ]
  },
  "jest": {
    "browser": true,
    "collectCoverage": true,
    "coverageReporters": ["json", "html"],
    "testPathIgnorePatterns": [
      "<rootDir>/example/",
      "<rootDir>/node_modules/"
    ],
    "haste": {
      "providesModuleNodeModules": [
        ".*"
      ]
    }
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/codemeasandwich/redux-auto.git"
  },
  "keywords": [
    "redux",
    "thunk",
    "middleware",
    "reducers",
    "actions",
    "loading",
    "webpack"
  ],
  "author": "Brian Shannon (https://www.linkedin.com/in/brianshann)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/codemeasandwich/redux-auto/issues"
  },
  "homepage": "https://github.com/codemeasandwich/redux-auto#readme",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-jest": "^20.0.3",
    "babel-preset-es2015": "^6.24.1",
    "coveralls": "^2.13.1",
    "faker": "^4.1.0",
    "jest": "^20.0.4",
    "redux": "^4.0.1"
  }
}
