r-oauth2
Version:
A RethinkDB and Express implementation of OAuth2
26 lines (25 loc) • 461 B
JSON
{
"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"
}
}