{
  "author": "Alan Heitkotter <heitkotter@gmail.com>",
  "contributors": [{
    "name": "Charles Davison",
    "email": "charlie@powmedia.co.uk"
  }],
  "name": "promise-mongodb-fixtures",
  "description": "Easy JSON fixture loading for MongoDB. Makes managing document relationships easier.",
  "version": "1.0.0",
  "repository": {
    "type": "git",
    "url": "http://github.com/erkez/promise-mongodb-fixtures.git"
  },
  "bin": {
    "mongofixtures": "./bin/mongofixtures"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "dependencies": {
    "bluebird": "^2.9.25",
    "lodash": "^3.8.0",
    "mongodb": "^2.0.30",
    "optimist": "0.3.5"
  },
  "devDependencies": {
    "async": "^0.9.0",
    "nodeunit": "^0.9.1"
  },
  "main": "src/index",
  "scripts": {
    "test": "nodeunit test"
  },
  "bugs": {
    "url": "https://github.com/erkez/pow-mongodb-fixtures/issues"
  },
  "homepage": "https://github.com/powmedia/pow-mongodb-fixtures",
  "directories": {
    "test": "test"
  },
  "keywords": [
    "promise",
    "mongo",
    "mongodb",
    "test",
    "fixture",
    "bluebird"
  ],
  "license": "ISC"
}
