Skip to main content
Module

x/alosaur/package.json

Alosaur - Deno web framework with many decorators
Very Popular
Go to Latest
File
{ "name": "alosaur", "version": "0.0.0", "description": "alosaur - deno web framework 🦖 ---", "main": "index.js", "directories": { "doc": "docs", "example": "example" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/alosaur/alosaur.git" }, "keywords": [ "alosaur", "Deno", "web", "framework" ], "author": "irustm", "license": "MIT", "bugs": { "url": "https://github.com/alosaur/alosaur/issues" }, "homepage": "https://github.com/alosaur/alosaur#readme", "devDependencies": { "typescript": "^3.4.5", "typescript-deno-plugin": "^1.2.4" }}