-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
imed jaberi
committed
Apr 3, 2022
1 parent
b63aee7
commit 707e6c1
Showing
1 changed file
with
7 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "koa-joi-router", | ||
"name": "@koa-better-modules/joi-router", | ||
"version": "8.0.0", | ||
"description": "Configurable, input validated routing for koa.", | ||
"main": "joi-router.js", | ||
|
@@ -21,25 +21,19 @@ | |
"node": ">= 14" | ||
}, | ||
"author": { | ||
"name": "Aaron Heckmann", | ||
"email": "[email protected]" | ||
"name": "Imed Jaberi", | ||
"email": "[email protected]", | ||
"url": "https://www.3imed-jaberi.com/" | ||
}, | ||
"contributors": [ | ||
{ | ||
"name": "Imed Jaberi", | ||
"email": "[email protected]", | ||
"url": "https://www.3imed-jaberi.com/" | ||
} | ||
], | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/koajs/joi-router.git" | ||
"url": "https://github.com/koa-better-modules/joi-router.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/koajs/joi-router/issues" | ||
"url": "https://github.com/koa-better-modules/joi-router/issues" | ||
}, | ||
"homepage": "https://github.com/koajs/joi-router", | ||
"homepage": "https://github.com/koa-better-modules/joi-router", | ||
"dependencies": { | ||
"@koa/router": "^10.1.1", | ||
"await-busboy": "^1.0.3", | ||
|