-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
106 lines (106 loc) · 2.63 KB
/
package.json
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
103
104
105
106
{
"name": "roosevelt",
"description": "Roosevelt MVC web framework",
"author": "Roosevelt Framework Team <[email protected]>",
"contributors": [
{
"name": "Contributors",
"url": "https://github.com/rooseveltframework/roosevelt/graphs/contributors"
}
],
"version": "0.23.2",
"files": [
"defaultErrorPages",
"lib",
"roosevelt.js"
],
"homepage": "https://github.com/rooseveltframework/roosevelt",
"license": "CC-BY-4.0",
"main": "roosevelt.js",
"readmeFilename": "README.md",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@colors/colors": "1.6.0",
"app-module-path": "2.2.0",
"better-sqlite3": "11.3.0",
"better-sqlite3-session-store": "0.1.0",
"clean-css": "5.3.3",
"compression": "1.7.4",
"cookie-parser": "1.4.6",
"csrf-csrf": "3.0.6",
"es6-template-strings": "2.0.1",
"execa": "9.3.1",
"express": "4.20.0",
"express-html-validator": "0.2.4",
"express-session": "1.18.0",
"formidable": "3.5.1",
"fs-extra": "11.2.0",
"helmet": "7.1.0",
"html-minifier-terser": "7.2.0",
"klaw": "4.1.0",
"klaw-sync": "6.0.0",
"method-override": "3.0.0",
"minimatch": "10.0.1",
"morgan": "1.10.0",
"node-forge": "1.3.1",
"page": "1.11.6",
"page-express-mapper": "2.0.2",
"reload": "3.3.0",
"roosevelt-logger": "0.2.3",
"selfsigned": "2.4.1",
"serve-favicon": "2.5.0",
"source-configs": "0.3.6",
"webpack": "5.94.0"
},
"devDependencies": {
"c8": "10.1.2",
"codecov": "3.8.3",
"eslint": "9.10.0",
"eslint-plugin-mocha": "10.5.0",
"glob": "11.0.0",
"less": "4.2.0",
"mocha": "10.7.3",
"prompts": "2.4.2",
"proxyquire": "2.1.3",
"sass": "1.78.0",
"sinon": "18.0.1",
"standard": "17.1.0",
"stylus": "0.63.0",
"supertest": "7.0.0",
"teddy": "0.6.9",
"watcher": "2.3.1"
},
"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": {
"codecov": "codecov",
"coverage": "c8 --reporter=text --reporter=lcov mocha test/*.js",
"lint": "standard && eslint test/*.js",
"lint-fix": "standard --fix && eslint ./test",
"test": "mocha test/*.js",
"test-debug": "mocha --inspect-brk test/*.js"
},
"funding": "https://www.paypal.com/donate/?hosted_button_id=2L2X8GRXZCGJ6"
}