{
  "name": "grid-fs",
  "version": "1.0.1",
  "description": "Convenience wrappers around GridFS",
  "main": "lib/grid-fs.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/andris9/grid-fs.git"
  },
  "scripts": {
    "test": "grunt"
  },
  "keywords": [
    "Mongodb",
    "Gridfs"
  ],
  "author": "Andris Reinman",
  "license": "MIT",
  "dependencies": {
    "mime": "^1.3.4",
    "mongodb": "^2.2.22"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "eslint-config-nodemailer": "^1.0.0",
    "grunt": "^1.0.1",
    "grunt-cli": "^1.2.0",
    "grunt-contrib-jshint": "^1.1.0",
    "grunt-eslint": "^19.0.0",
    "grunt-mocha-test": "^0.13.2",
    "mocha": "^3.2.0"
  }
}
