3 "description": "Fast, unopinionated, minimalist web framework",
5 "author": "TJ Holowaychuk <tj@vision-media.ca>",
7 "Aaron Heckmann <aaron.heckmann+github@gmail.com>",
8 "Ciaran Jessup <ciaranj@gmail.com>",
9 "Douglas Christopher Wilson <doug@somethingdoug.com>",
10 "Guillermo Rauch <rauchg@gmail.com>",
11 "Jonathan Ong <me@jongleberry.com>",
12 "Roman Shtylman <shtylman+expressjs@gmail.com>",
13 "Young Jae Sim <hanul@hanul.me>"
16 "repository": "expressjs/express",
17 "homepage": "https://expressjs.com/",
19 "type": "opencollective",
20 "url": "https://opencollective.com/express"
36 "body-parser": "^2.0.1",
37 "content-disposition": "^1.0.0",
38 "content-type": "~1.0.4",
40 "cookie-signature": "^1.2.1",
42 "encodeurl": "~2.0.0",
43 "escape-html": "~1.0.3",
45 "finalhandler": "^2.0.0",
47 "http-errors": "2.0.0",
48 "merge-descriptors": "^2.0.0",
49 "mime-types": "^3.0.0",
50 "on-finished": "2.4.1",
53 "proxy-addr": "~2.0.7",
55 "range-parser": "~1.2.1",
58 "serve-static": "^2.1.0",
65 "connect-redis": "8.0.1",
66 "cookie-parser": "1.4.7",
67 "cookie-session": "2.0.0",
70 "express-session": "1.18.1",
73 "method-override": "3.0.0",
77 "pbkdf2-password": "1.2.1",
93 "test": "mocha --require test/support/env --reporter spec --check-leaks test/ test/acceptance/",
94 "test-ci": "nyc --exclude examples --exclude test --exclude benchmarks --reporter=lcovonly --reporter=text npm test",
95 "test-cov": "nyc --exclude examples --exclude test --exclude benchmarks --reporter=html --reporter=text npm test",
96 "test-tap": "mocha --require test/support/env --reporter tap --check-leaks test/ test/acceptance/"