{
  "name": "ownbox",
  "version": "0.0.1",
  "private": true,
  "description": "Set of interfaces to mongodb gridfs",
  "keywords": [
    "mongodb",
    "gridfs",
    "ownbox"
  ],
  "author": "Mohammad Anwari <mdamt@mdamt.net>",
  "contributors": [
    {
      "name": "Mohammad Anwari",
      "email": "mdamt@mdamt.net"
    },
    {
      "name": "Dhi Aurrahman",
      "email": "diorahman@gmail.com"
    }
  ],
  "repository": "",
  "main": "index",
  "engines": {
    "node": ">= 0.10.0"
  },
  "scripts": {
    "test": "make test"
  },
  "dependencies": {
    "gridfs-stream": "~0.4.0",
    "debug": "~0.7.4",
    "mime": "~1.2.11",
    "lodash": "~2.4.1",
    "async": "~0.2.9",
    "mongodb": "~1.3.23"
  },
  "devDependencies": {
    "mocha": "~1.16.2",
    "better-assert": "~1.0.0"
  },
  "license": "MIT"
}
