UNPKG

usercenter

Version:

The user center for multiple authentication and keep session with redis

50 lines (49 loc) 1.2 kB
{ "name": "usercenter", "version": "1.0.2", "description": "The user center for multiple authentication and keep session with redis", "main": "app.js", "scripts": { "deploy-clear": "rm -rf deploy && mkdir deploy", "deploy-tar": "tar -zcf deploy/deploy.tar.gz --exclude={deploy,test,'.git'} ./", "deploy": "npm run deploy-clear && npm run deploy-tar", "test": "mocha", "start": "pm2 startOrRestart process.json" }, "dependencies": { "kc": "^1.0.53", "body-parser": "^1.13.2", "bson": "^0.4.20", "dot": "^1.0.3", "express": "^4.13.4", "cck": "^1.0.12", "vlog": "^0.2.5", "aes-cross": "^1.0.8", "ktool": "^0.2.42", "mongodb": "~2.1.x", "redis": "~2.6.0-0", "mysql": "^2.11.1", "xml2js": "^0.4.9" }, "devDependencies": { "chai": "*", "mocha": "*" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/keel/usercenter.git" }, "keywords": [ "user", "center", "auth", "session", "redis" ], "author": "Keel", "license": "MIT", "bugs": { "url": "https://github.com/keel/usercenter/issues" }, "homepage": "https://github.com/keel/usercenter#readme" }