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": "drash", "description": "A REST microframework for Deno's HTTP server with zero dependencies.", "version": "2.5.4", "stable": true, "repository": "https://github.com/drashland/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/drash", "ignore": []}