13 lines
236 B
JSON
13 lines
236 B
JSON
{
|
|
"name": "BearMetal Router",
|
|
"description": "A simple router for Deno",
|
|
"version": "0.1.0",
|
|
"stable": true,
|
|
"repository": "https://github.com/emmaos/bearmetal",
|
|
"files": [
|
|
"mod.ts",
|
|
"README.md",
|
|
"LICENSE"
|
|
]
|
|
}
|