UNPKG

citizen

Version:

Node.js MVC web application framework. Includes routing, serving, caching, session management, and other helpful tools.

48 lines (47 loc) 1.03 kB
{ "name": "citizen", "version": "1.0.2", "description": "Node.js MVC web application framework. Includes routing, serving, caching, session management, and other helpful tools.", "keywords": [ "api server", "application server", "cache", "caching", "citizen", "framework", "mvc", "server side", "router", "routing", "view rendering", "web application server", "web server" ], "author": { "name": "Jay Sylvester", "email": "jay@jaysylvester.com", "url": "https://jaysylvester.com" }, "repository": { "type": "git", "url": "git+https://github.com/jaysylvester/citizen.git" }, "bugs": { "url": "https://github.com/jaysylvester/citizen/issues" }, "main": "./index.js", "type": "module", "dependencies": { "chokidar": "^3.6.x", "commander": "^12.0.x" }, "devDependencies": { "@eslint/js": "^9.0.0", "eslint": "^9.0.0", "globals": "^15.0.0" }, "engines": { "node": ">=16.0.0" }, "license": "MIT" }