This commit is contained in:
parent
b116d4e164
commit
a4a13e665a
17
package.json
17
package.json
@ -1,13 +1,17 @@
|
|||||||
{
|
{
|
||||||
"name": "@sapphirecode/auth-server-helper",
|
"name": "@sapphirecode/auth-server-helper",
|
||||||
"version": "1.1.1",
|
"version": "1.1.0",
|
||||||
"main": "index.js",
|
"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",
|
"license": "MIT",
|
||||||
"description": "authentication middleware for express",
|
"description": "authentication middleware for express",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"directory": "git@git.scode.ovh:timo/auth-server-helper"
|
"directory": "https://git.scode.ovh:timo/auth-server-helper.git"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@sapphirecode/auth-client-helper": "^1.0.45",
|
"@sapphirecode/auth-client-helper": "^1.0.45",
|
||||||
@ -34,5 +38,10 @@
|
|||||||
"files": [
|
"files": [
|
||||||
"LICENSE",
|
"LICENSE",
|
||||||
"index.js"
|
"index.js"
|
||||||
|
],
|
||||||
|
"keywords": [
|
||||||
|
"authentication",
|
||||||
|
"express",
|
||||||
|
"middleware"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user