{
  "name": "action-creators",
  "keywords": [
    "redux",
    "react",
    "logging",
    "validation",
    "actions",
    "creators"
  ],
  "version": "0.1.0",
  "description": "Redux action creators with logging and validation",
  "main": "dist/index.js",
  "scripts": {
    "build": "babel src --out-dir dist",
    "prepublish": "npm run build",
    "lint": "eslint src test",
    "lint:fix": "npm run lint -- --fix",
    "test": "npm run lint && jest --coverage --config=jest-config.json",
    "test:watch": "jest --config=jest-config.json --watch --verbose"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lsentkiewicz/action-creators.git"
  },
  "author": "Łukasz Sentkiewicz",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lsentkiewicz/action-creators/issues"
  },
  "homepage": "https://github.com/lsentkiewicz/action-creators#readme",
  "devDependencies": {
    "jest": "^20.0.3",
    "babel-cli": "^6.14.0",
    "babel-eslint": "^6.1.2",
    "babel-istanbul": "^0.11.0",
    "babel-plugin-transform-runtime": "^6.15.0",
    "babel-preset-es2015": "^6.14.0",
    "babel-preset-stage-0": "^6.5.0",
    "eslint-config-topcoder": "^1.2.0",
    "eslint-plugin-babel": "^4.0.0",
    "joi": "^10.5.0"
  },
  "dependencies": {
    "debug": "^2.6.8"
  }
}
