UNPKG

r-oauth2

Version:

A RethinkDB and Express implementation of OAuth2

33 lines (32 loc) 721 B
{ "name": "r-oauth2", "version": "0.2.3", "description": "A RethinkDB and Express implementation of OAuth2", "main": "index.js", "scripts": { "test": "node index.js" }, "repository": { "type": "git", "url": "git+https://github.com/PilotInteractive/r-oauth2.git" }, "keywords": [ "Chris", "Cates", "RethinkDB", "OAuth", "OAuth2" ], "author": "Chris Cates", "license": "MIT", "bugs": { "url": "https://github.com/PilotInteractive/r-oauth2.git/issues" }, "homepage": "https://github.com/PilotInteractive/r-oauth2.gitt#readme", "dependencies": { "async": "^1.5.2", "bcrypt": "^0.8.5", "crypto-js": "^3.1.6", "rethinkdbdash": "^2.2.15" } }