{
  "name": "mongodb-wrapper",
  "description": "Exactly-like-the-console wrapper for node-mongodb-native",
  "version": "1.0.3",
  "author": "i.TV <sean@i.tv>",
  "repository": {
    "type": "git",
    "url": "git://github.com/idottv/node-mongodb-wrapper.git"
  },
  "bugs": {
    "email": "sean@i.tv",
    "url": "http://github.com/idottv/node-mongodb-wrapper/issues"
  },
  "main": "index",
  "scripts": {
    "test": "mocha --compilers coffee:coffee-script -C test.js",
    "prepublish": "coffee -c lib/*.coffee"
  },
  "keywords": [
    "mongodb"
  ],
  "engines": {
    "node": ">= 0.6.0"
  },
  "dependencies": {
    "mongodb": "1.2.x",
    "async": "~0.1.22"
  },
  "devDependencies": {
    "mocha": "~1.8.1",
    "coffee-script": "1.6.x"
  },
  "directories": {
    "lib": "lib"
  }
}
