diff --git a/package.json b/package.json index 6845593..c2943f8 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,17 @@ { "name": "@sapphirecode/auth-server-helper", - "version": "1.1.1", + "version": "1.1.0", "main": "index.js", - "author": "Timo Hocker ", + "author": { + "name": "Timo Hocker", + "email": "timo@scode.ovh" + }, + "bugs": "https://redmine.scode.ovh/projects/auth-server-helper", "license": "MIT", "description": "authentication middleware for express", "repository": { "type": "git", - "directory": "git@git.scode.ovh:timo/auth-server-helper" + "directory": "https://git.scode.ovh:timo/auth-server-helper.git" }, "devDependencies": { "@sapphirecode/auth-client-helper": "^1.0.45", @@ -34,5 +38,10 @@ "files": [ "LICENSE", "index.js" + ], + "keywords": [ + "authentication", + "express", + "middleware" ] -} \ No newline at end of file +}