UNPKG

mongoose-gridstore

Version:

Mongoose plugin for storing large sized attachments to your document schema

41 lines (39 loc) 988 B
{ "name": "mongoose-gridstore", "version": "0.1.25", "description": "Mongoose plugin for storing large sized attachments to your document schema", "author":"Dennis Lemon <dennis.lemon@sudselekt.com>", "scripts": { "test": "NODE_ENV=test mocha -R spec test/" }, "keywords": [ "mongoose", "mongoose-plugin", "mongodb", "gridstore", "attachements", "mongoose-gridstore", "imagemagick", "images", "base64" ], "main": "index.js", "dependencies": { "mongoose": "latest", "q": "latest", "mime-types":"latest", "rwlock":"latest" }, "devDependencies": { "mocha": "latest", "chai": "latest" }, "repository": { "type": "git", "url": "git@github.com:dlemon/mongoose-gridstore.git" }, "license": "MIT", "engines": { "node": ">=0.10" } }