UNPKG

siwi-oauth

Version:
38 lines (37 loc) 802 B
{ "name": "siwi-oauth", "version": "1.0.1", "description": "oauth nodejs es6 mongodb", "main": "index.js", "directories": { "lib": "lib", "test": "test" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/siwilizhao/siwi-oauth.git" }, "keywords": [ "siwi-oauth", "oauth2.0", "siwilizhao" ], "author": "siwi", "license": "MIT", "bugs": { "url": "https://github.com/siwilizhao/siwi-oauth/issues" }, "homepage": "https://github.com/siwilizhao/siwi-oauth#readme", "dependencies": { "jsonwebtoken": "^8.2.0", "mongoose": "^5.0.12" }, "devDependencies": { "chai": "^4.1.2", "mocha": "^5.0.5", "siwi-uniquestring": "^1.0.4" } }