{
  "author": "Aaron Heckmann <aaron.heckmann+github@gmail.com>",
  "name": "gridfs-stream",
  "description": "Writable/Readable Nodejs compatible GridFS streams",
  "version": "1.1.1",
  "keywords": [
    "mongodb",
    "mongoose",
    "gridfs"
  ],
  "scripts": {
    "test": "make test"
  },
  "dependencies": {
    "flushwritable": "^1.0.0"
  },
  "devDependencies": {
    "mocha": "*",
    "mongodb": "2.0.15",
    "checksum": "~0.1.1"
  },
  "optionalDependencies": {},
  "engines": {
    "node": ">= 0.4.2"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/aheckmann/gridfs-stream.git"
  }
}
