{
  "name": "penseur",
  "description": "Lightweight RethinkDB wrapper",
  "version": "8.12.3",
  "repository": "git://github.com/hueniverse/penseur",
  "main": "lib/index.js",
  "keywords": [
    "rethinkdb"
  ],
  "dependencies": {
    "boom": "7.x.x",
    "bounce": "1.x.x",
    "hoek": "6.x.x",
    "joi": "14.x.x",
    "radix62": "1.x.x",
    "rethinkdb": "2.3.x"
  },
  "devDependencies": {
    "code": "5.x.x",
    "lab": "18.x.x",
    "teamwork": "3.x.x"
  },
  "scripts": {
    "test": "lab -a code -t 100 -L -m 10000",
    "test-cov-html": "lab -a code -r html -o coverage.html -m 10000"
  },
  "license": "BSD-3-Clause"
}
