{
  "name": "eventric",
  "version": "0.1.9",
  "homepage": "https://github.com/efacilitation/eventric",
  "authors": [
    "efa GmbH <team@efa-gmbh.com>"
  ],
  "description": "Build JavaScript applications with Behaviour-driven Domain Design. Based on DDD, BDD, CQRS and EventSourcing.",
  "main": "build/release/eventric.js",
  "moduleType": [
    "globals",
    "node"
  ],
  "keywords": [
    "bdd",
    "bddd",
    "cqrs",
    "ddd",
    "dddd",
    "eventsourcing",
    "eventric"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "build/node",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "devDependencies": {
    "angularjs": "~1.2.25",
    "bootstrap": "~3.2.0",
    "angular-ui-router": "~0.2.11"
  }
}
