-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
30 lines (30 loc) · 931 Bytes
/
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
{
"name": "fluid-express",
"version": "1.0.22",
"description": "Fluid components to model an express server and associated router modules.",
"main": "index.js",
"scripts": {
"lint": "fluid-lint-all",
"pretest": "npx rimraf coverage/* reports/*",
"test": "nyc node tests/all-tests.js"
},
"author": "Tony Atkins <tony@raisingthefloor.org>",
"license": "BSD-3-Clause",
"repository": "https://github.com/fluid-project/fluid-express",
"dependencies": {
"body-parser": "1.20.3",
"cookie-parser": "1.4.6",
"express": "4.20.0",
"express-session": "1.17.3",
"infusion": "4.6.0",
"serve-index": "1.9.1"
},
"devDependencies": {
"eslint": "8.32.0",
"eslint-config-fluid": "2.1.1",
"fluid-lint-all": "1.2.6",
"kettle": "2.3.0",
"nyc": "12.0.2",
"node-jqunit": "1.1.9"
}
}