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": "http://expressjs.com/",
31 "array-flatten": "1.1.1",
32 "body-parser": "1.18.2",
33 "content-disposition": "0.5.2",
34 "content-type": "~1.0.4",
36 "cookie-signature": "1.0.6",
39 "encodeurl": "~1.0.2",
40 "escape-html": "~1.0.3",
42 "finalhandler": "1.1.1",
44 "merge-descriptors": "1.0.1",
46 "on-finished": "~2.3.0",
48 "path-to-regexp": "0.1.7",
49 "proxy-addr": "~2.0.3",
51 "range-parser": "~1.2.0",
52 "safe-buffer": "5.1.1",
54 "serve-static": "1.13.2",
55 "setprototypeof": "1.1.0",
58 "utils-merge": "1.0.1",
63 "cookie-parser": "~1.4.3",
64 "cookie-session": "1.3.2",
67 "express-session": "1.15.6",
71 "method-override": "3.0.0",
74 "multiparty": "4.2.1",
75 "pbkdf2-password": "1.2.1",
78 "connect-redis": "~2.4.1",
93 "test": "mocha --require test/support/env --reporter spec --bail --check-leaks --no-exit test/ test/acceptance/",
94 "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks --no-exit test/ test/acceptance/",
95 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks --no-exit test/ test/acceptance/",
96 "test-tap": "mocha --require test/support/env --reporter tap --check-leaks --no-exit test/ test/acceptance/"