6989a98d75
- Arkitektur: docs/auth/passwordless-architecture.md - Backend: iom/quixzoom-auth-service/ (FastAPI + Redis) - Webb: quixzoom-market-pages/se/login/ (QR-kod + polling) - App: iom/quixzoom-app/src/features/auth/ (push + deep links) Flöde: QR-kod → app-godkännande → webb-inloggad
27 lines
552 B
JSON
27 lines
552 B
JSON
{
|
|
"name": "redis-info",
|
|
"version": "3.1.0",
|
|
"description": "Info output parser for Redis",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/FGRibreau/node-redis-info.git"
|
|
},
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha test/*.test.js"
|
|
},
|
|
"author": {
|
|
"name": "Francois-Guillaume Ribreau",
|
|
"url": "https://fgribreau.com/"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"chai": "^2.0.0",
|
|
"mocha": "^6.0.2",
|
|
"node-module_exist": "0.0.x"
|
|
},
|
|
"dependencies": {
|
|
"lodash": "^4.17.11"
|
|
}
|
|
}
|