{
  "author": "Elliot Foster <github@firetaco.com>",
  "name": "mocha-mongoose",
  "description": "Test helpers for using mongodb with mocha",
  "version": "1.2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/elliotf/mocha-mongoose"
  },
  "scripts": {
    "test": "make test"
  },
  "license": "MIT",
  "peerDependencies": {
    "mocha": ">=1.0.0",
    "mongodb": ">=1.0.0"
  },
  "devDependencies": {
    "chai": ">=1.0.0",
    "mocha": ">= 1.0.0",
    "mongodb": ">=1.0.0",
    "mongoose": ">=3.0.0",
    "nodemon": "~0"
  },
  "optionalDependencies": {
  },
  "engines": {
    "node": "*",
    "npm": ">= 1.2"
  }
}
