litenode
Version:
Lightweight and modular web framework
44 lines (43 loc) • 1.03 kB
JSON
{
"name": "litenode",
"version": "4.4.0",
"description": "Lightweight and modular web framework",
"main": "./core/LiteNode/LiteNode.js",
"type": "module",
"types": "types/litenode.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "LebCit (https://lebcit.github.io/)",
"license": "MIT",
"keywords": [
"api",
"asset-loader",
"body-parser",
"cookie",
"cookies",
"env",
"environment",
"file-serving",
"framework",
"http",
"node",
"node.js",
"partials",
"post-request",
"process",
"router",
"static-assets",
"template engine",
"web",
"web-server"
],
"repository": {
"type": "git",
"url": "https://github.com/LebCit/litenode.git"
},
"bugs": {
"url": "https://github.com/LebCit/litenode/issues"
},
"homepage": "https://litenode.pages.dev/"
}