-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathpackage.json
More file actions
102 lines (102 loc) · 2.56 KB
/
package.json
File metadata and controls
102 lines (102 loc) · 2.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"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.8",
"files": [
"defaultErrorPages",
"lib",
"roosevelt.js",
"*.md"
],
"homepage": "https://rooseveltframework.org/docs/latest/get-started/",
"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.8.0",
"clean-css": "5.3.3",
"compression": "1.8.1",
"cookie-parser": "1.4.7",
"csrf-sync": "4.2.1",
"express": "5.2.1",
"express4": "npm:express@4.22.1",
"express-html-validator": "1.0.1",
"express-session": "1.19.0",
"formidable": "3.5.4",
"fs-extra": "11.3.4",
"glob": "13.0.6",
"helmet": "8.1.0",
"html-minifier-terser": "7.2.0",
"ip": "2.0.1",
"method-override": "3.0.0",
"minimatch": "10.2.4",
"minify-html-attributes": "1.0.2",
"morgan": "1.10.1",
"progressively-enhance-web-components": "1.0.4",
"express-browser-reload": "4.0.0",
"roosevelt-logger": "1.0.1",
"selfsigned": "4.0.1",
"serve-favicon": "2.5.1",
"source-configs": "1.0.0"
},
"devDependencies": {
"axios": "1.13.6",
"c8": "11.0.0",
"less": "4.6.4",
"mocha": "11.7.5",
"node-forge": "1.3.3",
"prompts": "2.4.2",
"proxyquire": "2.1.3",
"sass": "1.98.0",
"sinon": "21.0.2",
"standard": "17.1.2",
"stylus": "0.64.0",
"supertest": "7.2.2",
"teddy": "1.1.4",
"watcher": "2.3.1",
"webpack": "5.105.4"
},
"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"
}