{
  "name": "mongodb-collection-dump",
  "version": "0.2.1",
  "description": "Dumps a mongodb collection to a stream.",
  "main": "index.js",
  "scripts": {
    "test": "tape test/*.js"
  },
  "author": {
    "name": "Nick Poorman",
    "email": "mail@nickpoorman.com",
    "url": "http://nickpoorman.com"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git@github.com:nickpoorman/mongodb-collection-dump.git"
  },
  "homepage": "https://github.com/nickpoorman/mongodb-collection-dump",
  "dependencies": {
    "inherits": "~2.0.1",
    "mongodb": "~1.3.18",
    "through": "~2.3.4"
  },
  "devDependencies": {
    "tape": "~1.0.4",
    "through": "~2.3.4"
  },
  "keywords": [
    "database",
    "mongo",
    "mongoDB",
    "collection",
    "dump",
    "stream",
    "save",
    "export"
  ]
}
