UNPKG

bem-auth

Version:
34 lines (33 loc) 728 B
{ "name": "bem-auth", "version": "3.0.28", "description": "", "main": "index.js", "scripts": { "test": "mocha --harmony test" }, "repository": { "type": "git", "url": "git+ssh://git@gitlab.com/bemcloud/auth.git" }, "author": "bemcloud", "license": "ISC", "bugs": { "url": "https://gitlab.com/bemcloud/auth/issues" }, "homepage": "https://gitlab.com/bemcloud/auth#README", "dependencies": { "bem-app": "^1.0.19", "bem-errcode": "^1.0.0", "bem-mongo": "^1.1.2", "bem-redis": "^1.0.0", "bem-session": "^1.0.10", "bem-sha1": "^1.0.2", "jsonwebtoken": "5.4.0", "thunkify": "2.1.2" }, "devDependencies": { "co": "^4.6.0", "redis": "^2.6.1" } }