{
  "private": false,
  "name": "mongoose-mock",
  "version": "0.4.0",
  "description": "A replacement for mongoose in tests returning models with sinon stubs for methods",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/gulp/bin/gulp.js test"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:JohanObrink/mongoose-mock.git"
  },
  "keywords": [
    "mongoose",
    "test",
    "sinon"
  ],
  "author": "Johan Öbrink <johan.obrink@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/JohanObrink/mongoose-mock/issues"
  },
  "homepage": "https://github.com/JohanObrink/mongoose-mock",
  "dependencies": {
    "sinon": "~1.8.1"
  },
  "devDependencies": {
    "chai": "~1.9.0",
    "grunt": "~0.4.2",
    "gulp": "^3.8.8",
    "gulp-jshint": "^1.8.5",
    "gulp-mocha": "^1.1.0",
    "jshint-stylish": "^1.0.0",
    "mocha": "^1.21.4",
    "mongoose": "~3.8.7",
    "proxyquire": "~0.5.2",
    "sinon-chai": "~2.5.0"
  }
}
