@lykmapipo/gridfs-stream
Version:
Writable/Readable Nodejs compatible GridFS streams
32 lines (31 loc) • 638 B
JSON
{
"author": "Lally Elias <lallyelias87@gmail.com>",
"name": "@lykmapipo/gridfs-stream",
"description": "Writable/Readable Nodejs compatible GridFS streams",
"version": "1.2.0",
"license": "MIT",
"keywords": [
"mongodb",
"mongoose",
"gridfs"
],
"scripts": {
"test": "make test"
},
"dependencies": {
"flushwritable": "^1.0.0"
},
"devDependencies": {
"mocha": "*",
"mongodb": "3.1.1",
"checksum": "~0.1.1"
},
"optionalDependencies": {},
"engines": {
"node": ">= 0.4.2"
},
"repository": {
"type": "git",
"url": "git://github.com/lykmapipo/gridfs-stream.git"
}
}