{
  "name": "mongoose-transaction",
  "version": "0.0.3",
  "description": "A small library to provide an transaction-like process for mongoose",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/.bin/jasmine"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/anand-seeenivasagam/mongoose-transaction.git"
  },
  "keywords": [
    "mongoose",
    "transaction",
    "mongodb"
  ],
  "author": "Anand S <anand.seenivasan@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/anand-seeenivasagam/mongoose-transaction/issues"
  },
  "dependencies": {
    "jquery-deferred": "^0.3.0"
  },
  "devDependencies": {
    "jasmine": "^2.3.1",
    "mongoose": "^4.0.5"
  }
}
