decentralized-internet
Version:
An NPM library of programs to create decentralized web and distributed computing projects
43 lines (42 loc) • 1.06 kB
JSON
{
"name": "hapi-jwt-couch",
"version": "4.0.4",
"description": "Simple user authentication for Hapi server using JWT and storing user data and encrypted passwords in couchdb.",
"main": "index.js",
"scripts": {
"test": "lab -v -m 60000 ./test/test.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/juanprietob/clusterpost.git"
},
"keywords": [
"Hapi",
"jwt",
"couchdb",
"user",
"encryption",
"password"
],
"author": "juanprietob@gmail.com",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/juanprietob/clusterpost/issues"
},
"homepage": "https://github.com/juanprietob/clusterpost#readme",
"devDependencies": {
"@hapi/hapi": "21.4.4",
"lab": "18.0.2",
"nodemailer-stub-transport": "1.1.0"
},
"dependencies": {
"@hapi/boom": "^10.0.0",
"joi": "18.0.2",
"bcrypt": "^6.0.0",
"couch-provider": "^3.0.0",
"couch-update-views": "^1.0.7",
"jsonwebtoken": "^9.0.0",
"nodemailer": "^7.0.7",
"underscore": "^1.12.1"
}
}