-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathegg.json
More file actions
24 lines (24 loc) · 567 Bytes
/
egg.json
File metadata and controls
24 lines (24 loc) · 567 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "oak-http-proxy",
"description": "Proxy middleware for Deno Oak HTTP servers.",
"version": "2.3.0",
"repository": "https://github.com/cmorten/oak-http-proxy",
"stable": true,
"files": [
"./mod.ts",
"./deps.ts",
"./version.ts",
"./src/**/*",
"./README.md",
"./LICENSE.md",
"./.github/CHANGELOG.md"
],
"checkFormat": false,
"checkTests": false,
"checkInstallation": false,
"check": false,
"entry": "./mod.ts",
"homepage": "https://github.com/cmorten/oak-http-proxy",
"ignore": [],
"unlisted": false
}