Skip to main content
Module

x/drash/egg.json

A microframework for Deno's HTTP server with zero third-party dependencies
Go to Latest
File
{ "name": "deno-drash", "description": "A REST microframework for Deno's HTTP server with zero dependencies.", "version": "1.4.1", "stable": true, "repository": "https://github.com/drashland/deno-drash", "files": [ "./mod.ts", "./deps.ts", "./create_app.ts", "./src/**/*", "./README.md", "./mod.ts" ], "entry": "./mod.ts", "checkAll": false, "unlisted": false, "checkTests": false, "check": true, "homepage": "https://github.com/drashland/deno-drash", "ignore": []}