This commit is contained in:
parent
b116d4e164
commit
a4a13e665a
17
package.json
17
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 <timo@scode.ovh>",
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user