37 lines
853 B
JSON
37 lines
853 B
JSON
{
|
|
"name": "flaska",
|
|
"version": "0.9.6",
|
|
"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"
|
|
},
|
|
"type": "module",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nfp-projects/bottle-node.git"
|
|
},
|
|
"keywords": [
|
|
"web",
|
|
"app",
|
|
"http",
|
|
"application",
|
|
"framework",
|
|
"middleware",
|
|
"rack"
|
|
],
|
|
"author": "Jonatan Nilsson",
|
|
"license": "WTFPL",
|
|
"bugs": {
|
|
"url": "https://github.com/nfp-projects/bottle-node/issues"
|
|
},
|
|
"homepage": "https://github.com/nfp-projects/bottle-node#readme",
|
|
"devDependencies": {
|
|
"eltro": "^1.1.0"
|
|
},
|
|
"files": [
|
|
"flaska.mjs",
|
|
"README.md",
|
|
"LICENSE"
|
|
]
|
|
}
|