Jonatan Nilsson
baf2d896c1
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
50 lines
1 KiB
JSON
50 lines
1 KiB
JSON
{
|
|
"name": "flaska",
|
|
"version": "1.2.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"
|
|
]
|
|
}
|