forked from fluid-project/fluid-express
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
32 lines (32 loc) · 1.06 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
{
"name": "fluid-express",
"version": "1.0.17",
"description": "Fluid components to model an express server and associated router modules.",
"main": "index.js",
"scripts": {
"pretest": "node node_modules/rimraf/bin.js coverage/* reports/*",
"test": "node node_modules/nyc/bin/nyc.js node tests/all-tests.js"
},
"author": "Tony Atkins <[email protected]>",
"license": "BSD-3-Clause",
"repository": "https://github.com/fluid-project/fluid-express",
"dependencies": {
"body-parser": "1.19.0",
"cookie-parser": "1.4.5",
"express": "4.17.1",
"express-session": "1.17.1",
"infusion": "3.0.0-dev.20200604T195400Z.dddc6a2.FLUID-6145",
"serve-index": "1.9.1"
},
"devDependencies": {
"eslint": "7.4.0",
"eslint-config-fluid": "1.4.0",
"fluid-grunt-eslint": "18.1.2",
"fluid-grunt-lint-all": "1.0.8",
"grunt": "1.2.0",
"kettle": "1.12.0",
"node-jqunit": "1.1.8",
"nyc": "12.0.1",
"rimraf": "3.0.2"
}
}