authentic-server
Version:
This is the server component of Authentic. This provides endpoints for signup, login, confirm, and password change.
48 lines (47 loc) • 1.27 kB
JSON
{
"name": "authentic-server",
"version": "5.0.0",
"description": "This is the server component of Authentic. This provides endpoints for signup, login, confirm, and password change.",
"main": "index.js",
"scripts": {
"start": "node example/index.js",
"test": "node test/index.js && standard"
},
"keywords": [
"authentic",
"authentication",
"jwt"
],
"author": "David Guttman <david@guttman.io> (http://davidguttman.com/)",
"license": "MIT",
"dependencies": {
"@dguttman/node-url": "^0.11.3",
"body": "^5.1.0",
"corsify": "^2.1.0",
"dg-level-userdb": "^2.0.0",
"google-auth-library": "^9.11.0",
"http-hash-router": "^1.1.0",
"jsonwebtoken": "^5.4.1",
"level": "^8.0.1"
},
"devDependencies": {
"bl": "^1.0.0",
"dg-servertest": "^1.2.2",
"dotenv": "^16.4.5",
"memory-level": "^1.0.0",
"standard": "^17.1.0",
"tape": "^4.2.2"
},
"directories": {
"example": "example",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/davidguttman/authentic-server.git"
},
"bugs": {
"url": "https://github.com/davidguttman/authentic-server/issues"
},
"homepage": "https://github.com/davidguttman/authentic-server#readme"
}