{
  "name": "mockgoose-mongoose4",
  "description": "Mockgoose is an in memory database mock to allow for testing of applications that rely on Mongoose.",
  "version": "2.1.1",
  "author": {
    "name": "Anthony McCormick",
    "email": "anthony.mccormick AT gmail.com"
  },
  "keywords": [
    "mongodb",
    "mongoose",
    "datastore",
    "nosql",
    "sql",
    "db",
    "database",
    "mock",
    "stub",
    "in memory"
  ],
  "scripts": {
    "test": "mocha --recursive test/ && grunt jshint"
  },
  "main": "Mockgoose",
  "files": [
    "Mockgoose.js",
    "lib/"
  ],
  "engines": {
    "node": ">=0.10.0"
  },
  "dependencies": {
    "bunyan": "~1.3.5",
    "lodash": "~3.6.0",
    "mongodb": "~2.0.27",
    "mongoosemask": "~0.0.6"
  },
  "devDependencies": {
    "async": "~0.9.0",
    "bcrypt": "~0.8.2",
    "chai": "~2.2.0",
    "grunt": "~0.4.5",
    "grunt-cli": "~0.1.13",
    "grunt-contrib-jshint": "0.11.1",
    "grunt-contrib-watch": "0.6.1",
    "grunt-mocha-test": "0.12.7",
    "mocha": "~2.2.4",
    "mongoose": "^3.8.25",
    "mongoose-validator": "~1.0.3",
    "node-uuid": "~1.4.3"
  },
  "bugs": {
    "url": "https://github.com/mccormicka/Mockgoose/issues"
  },
  "repository": "mccormicka/Mockgoose",
  "homepage": "https://github.com/mccormicka/Mockgoose",
  "readmeFilename": "README.md"
}
