ojparty
Version:
OJParty is a lightweight Node.js framework that enhances the default HTTP module by offering Express-like routing with added support for file uploads and session management, making it easy to build web applications without heavy dependencies.
35 lines (34 loc) • 968 B
JSON
{
"name": "ojparty",
"version": "3.0.5",
"description": "OJParty is a lightweight Node.js framework that enhances the default HTTP module by offering Express-like routing with added support for file uploads and session management, making it easy to build web applications without heavy dependencies.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ojiiis/ojparty.git"
},
"keywords": [
"Node.js",
"HTTP module",
"Express-like",
"Web framework",
"Routing",
"File uploads",
"Session management",
"Lightweight",
"Middleware",
"OJParty"
],
"author": "Ojingiri Samuel",
"license": "ISC",
"bugs": {
"url": "https://github.com/ojiiis/ojp/issues"
},
"dependencies": {
"mysql": "^2.18.1"
},
"homepage": "https://github.com/ojiiis/ojp#readme"
}