@hutiwephy/ape-express
Version:
Authenticate and Encrypt HTTP with User Credentials (Not TLS-SRP) (ExpressJS Implementation).
34 lines (33 loc) • 793 B
JSON
{
"name": "@hutiwephy/ape-express",
"version": "1.0.1",
"description": "Authenticate and Encrypt HTTP with User Credentials (Not TLS-SRP) (ExpressJS Implementation).",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hutiwephy/ape-express.git"
},
"keywords": [
"Authenticated",
"Encrypted",
"Payload",
"Exchange",
"HTTP",
"ape",
"ExpressJS",
"express"
],
"author": "hutiwephy",
"license": "MIT",
"bugs": {
"url": "https://github.com/hutiwephy/ape-express/issues"
},
"homepage": "https://github.com/hutiwephy/ape-express#readme",
"dependencies": {
"@hutiwephy/ape": "^1.0.1",
"express": "^4.21.2"
}
}