{
  "name": "react-redux-analytics",
  "version": "0.2.1",
  "description": "Analytics middleware for React+Redux",
  "main": "lib/index.js",
  "directories": {
    "test": "test"
  },
  "keywords": [
    "react",
    "redux",
    "analytics"
  ],
  "files": [
    "src",
    "lib"
  ],
  "scripts": {
    "build": "babel src --out-dir lib",
    "clean": "rimraf lib/*",
    "lint": "eslint src test",
    "test": "mocha test --require babel-core/register --colors --recursive",
    "test:build": "babel test --out-dir _test",
    "test:watch": "npm run test:build -- --watch",
    "preversion": "npm run test",
    "version": "npm-run-all clean build",
    "release": "run-s version publish:public",
    "release:beta": "run-s version publish:beta",
    "publish:public": "npm publish",
    "publish:beta": " npm publish --tag beta"
  },
  "author": "Recruit Technologies Co.,Ltd.",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "github.com/recruit-tech/react-redux-analytics"
  },
  "homepage": "https://github.com/recruit-tech/react-redux-analytics",
  "bugs": {
    "url": "https://github.com/recruit-tech/react-redux-analytics/issues"
  },
  "dependencies": {
    "hoist-non-react-statics": "^1.2.0",
    "lodash.pick": "^4.4.0",
    "lodash.pickby": "^4.6.0",
    "prop-types": "^15.5.10",
    "redux-actions": "^2.2.1"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-eslint": "^7.2.3",
    "babel-plugin-syntax-trailing-function-commas": "^6.22.0",
    "babel-plugin-transform-es2015-destructuring": "^6.23.0",
    "babel-plugin-transform-object-rest-spread": "^6.23.0",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-power-assert": "^1.0.0",
    "babel-preset-react": "^6.24.1",
    "chai": "^4.1.1",
    "enzyme": "^2.9.1",
    "eslint": "^3.19.0",
    "eslint-config-airbnb": "^15.1.0",
    "eslint-plugin-dependencies": "^2.3.0",
    "eslint-plugin-import": "^2.16.0",
    "eslint-plugin-jsx-a11y": "^5.0.1",
    "eslint-plugin-react": "^7.0.0",
    "jsdom": "^13.2.0",
    "jsdom-global": "^3.0.2",
    "mocha": "^6.0.2",
    "must-call": "^1.0.0",
    "npm-run-all": "^4.0.2",
    "power-assert": "^1.4.4",
    "react": "^15.4.0",
    "react-dom": "^15.6.1",
    "react-redux": "^4.4.8",
    "react-test-renderer": "^15.6.1",
    "redux": "^3.7.2",
    "rewire": "^2.5.2",
    "rimraf": "^2.6.1"
  }
}
