{
  "name": "restful-mongo-http-handlers",
  "version": "3.1.15",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "LOG_LEVEL=debug NODE_ENV=mongodb://localhost:27017/test mocha -t 10000 ./test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:wonderflow-bv/restful-mongo-http-handlers.git"
  },
  "author": "luca <luca@wonderflow.co>",
  "license": "MIT",
  "dependencies": {
    "bson-objectid": "^1.1.4",
    "logb": "^0.1.1",
    "mongodb": "^2.2.21",
    "mongodb-uri": "*"
  },
  "devDependencies": {
    "body-parser": "^1.15.0",
    "chai": "^3.5.0",
    "deferred": "^0.7.5",
    "express": "^4.13.4",
    "mongo-fixme": "*",
    "mongodb_fixtures": "^1.0.0",
    "supertest": "^1.2.0"
  }
}
