{
  "name": "eventric",
  "description": "behavior-first application development",
  "keywords": [
    "behavior-first",
    "ddd",
    "bdd",
    "cqrs",
    "eventsourcing",
    "reactive",
    "eventric"
  ],
  "version": "0.26.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/efacilitation/eventric.git"
  },
  "main": "dist/release/eventric.js",
  "scripts": {
    "test": "gulp lint && gulp specs",
    "prepublish": "gulp symlink && gulp build"
  },
  "dependencies": {
    "eventric-remote-inmemory": "0.1.1",
    "eventric-store-inmemory": "0.3.0"
  },
  "devDependencies": {
    "chai": "3.5.0",
    "coffee-loader": "0.7.2",
    "coffee-script": "1.11.1",
    "es6-promise": "4.0.5",
    "gulp": "3.9.1",
    "gulp-coffeelint": "0.6.0",
    "gulp-mocha": "3.0.1",
    "gulp-symlink": "2.1.4",
    "gulp-util": "3.0.7",
    "karma": "1.3.0",
    "karma-mocha": "1.3.0",
    "karma-phantomjs-launcher": "1.0.2",
    "karma-spec-reporter": "0.0.26",
    "mocha": "3.1.2",
    "run-sequence": "1.2.2",
    "sinon": "1.17.6",
    "sinon-chai": "2.8.0",
    "webpack-stream": "3.2.0"
  },
  "author": "efa-GmbH <team@efa-gmbh.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/efacilitation/eventric/issues"
  },
  "homepage": "https://github.com/efacilitation/eventric#readme"
}
