{
  "name": "redux-eventstore",
  "version": "0.1.0",
  "description": "CQRS, event sourcing, and event collaboration made easy with Node.js, Redux, and Event Store!",
  "main": "dist/index.js",
  "scripts": {
    "prepublish": "yarn build",
    "build": "babel src -d dist --ignore '**/*-test.js'",
    "demo": "babel-node examples/demo-app.js",
    "lint": "eslint src",
    "test": "jest --watch",
    "test-once": "yarn lint && jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/camjackson/redux-eventstore.git"
  },
  "keywords": [
    "redux",
    "event store",
    "event sourcing",
    "cqrs"
  ],
  "author": "Cam Jackson",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/camjackson/redux-eventstore/issues"
  },
  "homepage": "https://github.com/camjackson/redux-eventstore#readme",
  "engines": {
    "node": ">=4.0.0"
  },
  "devDependencies": {
    "babel-cli": "^6.14.0",
    "babel-jest": "^15.0.0",
    "babel-plugin-transform-es2015-destructuring": "^6.9.0",
    "babel-plugin-transform-object-rest-spread": "^6.8.0",
    "babel-preset-es2015": "^6.14.0",
    "babel-preset-es2016": "^6.11.3",
    "babel-preset-es2017": "^6.14.0",
    "body-parser": "^1.15.2",
    "eslint": "^3.9.1",
    "eslint-config-airbnb-base": "^9.0.0",
    "eslint-plugin-import": "^2.1.0",
    "express": "^4.14.0",
    "jest": "^15.1.1",
    "nock": "^8.0.0",
    "redux": "^3.6.0"
  },
  "dependencies": {
    "babel-polyfill": "^6.13.0",
    "uuid": "^2.0.3"
  }
}
