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",
43 "encodeurl": "~2.0.0",
44 "escape-html": "~1.0.3",
46 "finalhandler": "^2.0.0",
48 "http-errors": "2.0.0",
49 "merge-descriptors": "^2.0.0",
51 "mime-types": "^3.0.0",
52 "on-finished": "2.4.1",
55 "proxy-addr": "~2.0.7",
57 "range-parser": "~1.2.1",
60 "serve-static": "^2.1.0",
63 "utils-merge": "1.0.1",
68 "connect-redis": "3.4.2",
69 "cookie-parser": "1.4.6",
70 "cookie-session": "2.0.0",
73 "express-session": "1.17.2",
76 "method-override": "3.0.0",
80 "pbkdf2-password": "1.2.1",
96 "test": "mocha --require test/support/env --reporter spec --check-leaks test/ test/acceptance/",
97 "test-ci": "nyc --exclude examples --exclude test --exclude benchmarks --reporter=lcovonly --reporter=text npm test",
98 "test-cov": "nyc --exclude examples --exclude test --exclude benchmarks --reporter=html --reporter=text npm test",
99 "test-tap": "mocha --require test/support/env --reporter tap --check-leaks test/ test/acceptance/"