{
  "name": "eventric-testing",
  "version": "0.6.0",
  "description": "Testing helpers for eventric.js",
  "url": "http://eventricjs.org",
  "keywords": [
    "cqrs",
    "cqs",
    "ddd",
    "dddd",
    "domain driven",
    "domain model",
    "events",
    "event sourcing",
    "event driven",
    "es",
    "ead",
    "boundedcontext",
    "microservice",
    "shared",
    "client",
    "server",
    "eventric"
  ],
  "author": "eFa Team <team@efa-gmbh.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/efacilitation/eventric-testing.git"
  },
  "main": "build/node/index.js",
  "scripts": {
    "test": "node_modules/.bin/gulp spec",
    "prepublish": "node_modules/.bin/gulp build"
  },
  "devDependencies": {
    "canonical-path": "0.0.2",
    "chai": "2.3.0",
    "coffee-script": "1.9.2",
    "commonjs-require": "1.4.6",
    "dgeni": "0.4.1",
    "dgeni-packages": "0.10.13",
    "es6-promise": "2.1.1",
    "gulp": "3.8.11",
    "gulp-bump": "0.3.0",
    "gulp-coffee": "2.3.1",
    "gulp-concat": "2.5.2",
    "gulp-karma": "0.0.4",
    "gulp-mocha": "2.0.1",
    "gulp-uglify": "1.2.0",
    "gulp-util": "3.0.4",
    "gulp-wrap-commonjs": "0.1.13",
    "karma": "0.12.31",
    "karma-coffee-preprocessor": "0.2.1",
    "karma-mocha": "0.1.10",
    "karma-phantomjs-launcher": "0.1.4",
    "karma-spec-reporter": "0.0.19",
    "mocha": "2.2.4",
    "mockery": "1.4.0",
    "rimraf": "2.3.3",
    "run-sequence": "1.1.0",
    "sinon": "1.14.1",
    "sinon-chai": "2.7.0"
  },
  "dependencies": {
    "eventric": "0.*.*",
    "lodash": "3.8.0"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/efacilitation/eventric-testing/blob/master/LICENSE"
    }
  ]
}
