roosevelt
Version:
🧸 MVC web framework for Node.js designed to make Express easier to use.
106 lines (105 loc) • 2.7 kB
JSON
{
"name": "roosevelt",
"description": "🧸 MVC web framework for Node.js designed to make Express easier to use.",
"author": "Roosevelt Framework Team <rooseveltframework@gmail.com>",
"contributors": [
{
"name": "Contributors",
"url": "https://github.com/rooseveltframework/roosevelt/graphs/contributors"
}
],
"version": "0.31.4",
"files": [
"defaultErrorPages",
"lib",
"roosevelt.js",
"*.md"
],
"homepage": "https://rooseveltframework.org/docs/roosevelt/latest",
"license": "CC-BY-4.0",
"main": "roosevelt.js",
"readmeFilename": "README.md",
"engines": {
"node": ">=20.0.0"
},
"dependencies": {
"@colors/colors": "1.6.0",
"@nodelib/fs.walk": "3.0.1",
"app-module-path": "2.2.0",
"better-sqlite3": "12.2.0",
"clean-css": "5.3.3",
"compression": "1.8.1",
"cookie-parser": "1.4.7",
"csrf-sync": "4.2.1",
"execa": "9.6.0",
"express": "5.1.0",
"express4": "npm:express@4.21.2",
"express-html-validator": "1.0.1",
"express-session": "1.18.2",
"formidable": "3.5.4",
"fs-extra": "11.3.0",
"glob": "11.0.3",
"helmet": "8.1.0",
"html-minifier-terser": "7.2.0",
"ip": "2.0.1",
"method-override": "3.0.0",
"minimatch": "10.0.3",
"minify-html-attributes": "1.0.2",
"morgan": "1.10.1",
"node-forge": "1.3.1",
"page": "1.11.6",
"page-express-mapper": "2.0.2",
"progressively-enhance-web-components": "1.0.4",
"express-browser-reload": "4.0.0",
"roosevelt-logger": "1.0.1",
"selfsigned": "3.0.0",
"serve-favicon": "2.5.1",
"source-configs": "1.0.0"
},
"devDependencies": {
"axios": "1.10.0",
"c8": "10.1.3",
"less": "4.4.0",
"mocha": "11.7.1",
"prompts": "2.4.2",
"proxyquire": "2.1.3",
"sass": "1.89.2",
"sinon": "21.0.0",
"standard": "17.1.2",
"stylus": "0.64.0",
"supertest": "7.1.3",
"teddy": "1.1.4",
"watcher": "2.3.1",
"webpack": "5.100.2"
},
"repository": {
"type": "git",
"url": "git://github.com/rooseveltframework/roosevelt.git"
},
"keywords": [
"roosevelt.js",
"teddy.js",
"node.js",
"roosevelt",
"teddy",
"mvc",
"Express",
"Express.js",
"framework",
"web framework"
],
"preferGlobal": true,
"_from": "roosevelt@*",
"gitHead": "",
"mocha": {
"timeout": "60s"
},
"scripts": {
"coverage": "c8 --reporter=text --reporter=lcov mocha test/*.js",
"lint": "standard",
"lint-fix": "standard --fix",
"test": "mocha test/*.js",
"test-debug": "mocha --inspect-brk test/*.js"
},
"funding": "https://www.paypal.com/donate/?hosted_button_id=2L2X8GRXZCGJ6"
}