{ "name": "flaska", "version": "1.3.5", "description": "Flaska is a micro web-framework for node. It is designed to be fast, simple and lightweight, and is distributed as a single file module with no dependencies.", "main": "flaska.mjs", "scripts": { "test": "eltro", "test:watch": "npm-watch test" }, "watch": { "test": { "patterns": [ "test/*", "flaska.mjs" ], "extensions": "mjs", "quiet": true, "inherit": true } }, "type": "module", "repository": { "type": "git", "url": "git+https://git.nfp.is/TheThing/flaska.git" }, "keywords": [ "web", "app", "http", "application", "framework", "middleware", "rack" ], "author": "Jonatan Nilsson", "license": "WTFPL", "bugs": { "url": "https://git.nfp.is/TheThing/flaska/issues" }, "homepage": "https://git.nfp.is/TheThing/flaska/#readme", "devDependencies": { "eltro": "^1.3.2", "formidable": "^1.2.2" }, "files": [ "flaska.mjs", "README.md", "LICENSE" ] }