{
  "name": "demo",
  "version": "1.0.0",
  "description": "Mocha test of r-oauth2",
  "main": "test.js",
  "scripts": {
    "start": "node server.js",
    "test": "mocha test.js"
  },
  "keywords": [
    "Chris",
    "Cates",
    "Mocha",
    "RethinkDB",
    "OAuth2"
  ],
  "author": "Chris Cates",
  "license": "MIT",
  "dependencies": {
    "body-parser": "^1.14.2",
    "express": "^4.13.3",
    "request": "^2.67.0",
    "rethink-config": "^0.1.1"
  }
}
