{
  "name": "mongodb",
  "description": "A node.js driver for MongoDB",
  "version": "0.7.9",
  "author": {
    "name": "Christian Amor Kvalheim",
    "email": "christkv@gmail.com"
  },
  "contributors": [
    {
      "name": "Nathan White",
      "email": "nw@nwhite.net"
    },
    {
      "name": "Adam Wiggins",
      "email": "adam@heroku.com"
    },
    {
      "name": "Ian Millington",
      "email": "idmillington@googlemail.com"
    },
    {
      "name": "Aaron Heckmann",
      "email": "aaron.heckmann+github@gmail.com"
    },
    {
      "name": "Ciaran Jessup",
      "email": "ciaranj@gmail.com"
    },
    {
      "name": "Christoph Pojer"
    },
    {
      "name": "Erik Abele"
    },
    {
      "name": "Henrik Johansson",
      "email": "dahankzter@gmail.com"
    }
  ],
  "repository": {
    "type": "git",
    "url": "http://github.com/christkv/node-mongodb-native.git"
  },
  "bugs": {
    "email": "node-mongodb-native@googlegroups.com",
    "url": "http://github.com/christkv/node-mongodb-native/issues"
  },
  "os": [
    "linux",
    "darwin",
    "freebsd"
  ],
  "main": "./lib/mongodb/index",
  "directories": {
    "lib": "./lib/mongodb"
  },
  "engines": {
    "node": ">=0.1.97"
  },
  "licenses": [
    {
      "type": "Apache License, Version 2.0",
      "url": "http://www.apache.org/licenses/LICENSE-2.0"
    }
  ],
  "_id": "mongodb@0.7.9",
  "_nodeSupported": true,
  "_npmVersion": "0.2.10-1",
  "_nodeVersion": "v0.2.5",
  "dist": {
    "shasum": "073115e6261fa01068567c144d745856be9de27e"
  }
}