{
  "name": "mongostate",
  "version": "4.0.2",
  "description": "Data state machine. Support transaction in mongoose.",
  "main": "index.js",
  "dependencies": {
    "co": "^4.6.0",
    "debug": "^2.3.2",
    "errrr": "^1.0.1",
    "joi": "^10.2.2",
    "jsondiffpatch": "^0.2.4",
    "mongoose": "4.11.3",
    "mongoose-timestamp": "^0.6.0"
  },
  "devDependencies": {
    "tlan": "^0.1.3"
  },
  "scripts": {
    "example": "DEBUG=mongostate node ./Example"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/miserylee/mongostate.git"
  },
  "keywords": [
    "mongo",
    "mongodb",
    "mongoose",
    "transaction",
    "rollback",
    "state",
    "machine"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/miserylee/mongostate/issues"
  },
  "homepage": "https://github.com/miserylee/mongostate#readme"
}
