{
  "name": "nimrod",
  "version": "0.0.8",
  "description": "NodeJS-infused MongoDB shell - use require() and synchronous db.collection.find() in the same environment",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Valeri Karpov <valeri.karpov@mongodb.com>",
  "dependencies": {
    "asyncblock": "https://github.com/vkarpov15/asyncblock/archive/master.tar.gz",
    "co": "3.1.0",
    "commander": "2.4.0",
    "debug": "2.1.1",
    "mongodb": "2.0.27",
    "mpromise": "0.5.5",
    "underscore": "1.5.2"
  },
  "devDependencies": {
    "acquit": "0.0.3",
    "jscs": "1.9.0",
    "moment": "2.4.0",
    "request": "2.51.0"
  },
  "engines": {
    "node": "~0.12.0"
  },
  "license": "Apache 2.0",
  "repository" : {
    "type" : "git",
    "url" : "git://github.com/vkarpov15/nimrod.git"
  },
  "jscsConfig": {
    "preset": "airbnb",
    "requireMultipleVarDecl": null,
    "disallowMultipleVarDecl": true
  },
  "bin": {
    "nimrod": "index.js"
  }
}
