gfs-image
Version:
Store image via GridFS
41 lines (40 loc) • 725 B
JSON
{
"name": "gfs-image",
"version": "0.0.4",
"description": "Store image via GridFS",
"main": "./lib/index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/zxcabs/gfs-image.git"
},
"keywords": [
"image",
"gridfs",
"gridstore",
"mongo"
],
"author": "Evgeny Reznichenko",
"license": "MIT",
"bugs": {
"url": "https://github.com/zxcabs/gfs-image/issues"
},
"dependencies": {
"gm": "1.11",
"mongodb": "1.3",
"mime": "1.2",
"async": "0.2",
"node-lib": "0.0.4"
},
"devDependencies": {
"mocha": "*",
"should": "*",
"mongodb": "*",
"mime": "*",
"async": "*",
"node-lib": "*",
"gm": "*"
}
}