{
  "name": "sourcing",
  "version": "1.0.1",
  "description": "simple event sourcing",
  "main": "lib/index.js",
  "author": "Guilherme J. Tramontina <guilherme.tramontina@gmail.com>",
  "license": "Unlicense",
  "repository": {
    "type": "git",
    "url": "https://github.com/gtramontina/sourcing.git"
  },
  "dependencies": {
    "babel": "^5.8.23",
    "co": "^4.6.0",
    "pascal-case": "^1.1.1",
    "sentence-case": "^1.1.2",
    "uuid": "^2.0.1"
  },
  "devDependencies": {
    "babel-eslint": "^4.1.3",
    "codecov": "^1.0.1",
    "eslint": "^1.5.0",
    "istanbul": "^0.3.21",
    "mocha": "^2.3.3",
    "semantic-release": "^4.3.5"
  }
}