{
  "name": "mongodb-log",
  "version": "1.2.5",
  "description": "Turn flat mongodb log entires into nice structured objects.",
  "scripts": {
    "test": "mocha"
  },
  "dependencies": {
    "debug": "^1.0.4",
    "json-literal": "^1.1.0",
    "mongodb-log2ejson": "^0.1.2",
    "regret": "^0.1.1"
  },
  "devDependencies": {
    "mocha": "^1.20.1"
  },
  "keywords": [
    "mongodb",
    "mongodb.js"
  ],
  "repository": {
    "type": "git",
    "url": "http://github.com/imlucas/mongodb-log.git"
  },
  "author": "Lucas Hrabovsky <hrabovsky.lucas@gmail.com> (http://imlucas.com)",
  "license": "MIT",
  "homepage": "http://github.com/imlucas/mongodb-log"
}
