X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=package.json;h=60cfb5949e6bf502dadfae844cfd5bea89cb6cfd;hb=ff66dd49a1b54935a20ea6e15bd036b8acd5e170;hp=9bcb4985c0401bf17229f0c0f8e3d0c82171e9e9;hpb=e967fdce5a017cc28b19cd3d4f2ece745dcecdaf;p=squeep-authentication-module diff --git a/package.json b/package.json index 9bcb498..60cfb59 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@squeep/authentication-module", "version": "1.4.1", - "description": "Wrangles authenticated sessions; intended for use in Squeep Framework Applications.", + "description": "Wrangles authenticated sessions, endpoints, and resources; intended for use in Squeep Framework Applications.", "main": "index.js", "scripts": { "audit": "npm audit", @@ -39,7 +39,8 @@ "@squeep/html-template-helper": "git+https://git.squeep.com/squeep-html-template-helper#v1.6.1", "@squeep/indieauth-helper": "^1", "@squeep/mystery-box": "^2", - "@squeep/totp": "^1" + "@squeep/totp": "^1", + "uuid": "^9" }, "optionalDependencies": { "argon2": "^0.40.1",