3 "description": "Sinatra inspired web development 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"
25 "repository": "visionmedia/express",
28 "basic-auth": "1.0.0",
29 "buffer-crc32": "0.2.3",
34 "escape-html": "1.0.1",
35 "media-typer": "0.2.0",
39 "proxy-addr": "1.0.1",
40 "range-parser": "1.0.0",
45 "cookie-signature": "1.0.4",
46 "merge-descriptors": "0.0.2"
49 "connect-redis": "~1.5.0",
57 "supertest": "~0.13.0"
63 "express": "./bin/express"
66 "prepublish": "npm prune",
67 "test": "mocha --require test/support/env --reporter dot --check-leaks test/ test/acceptance/",
68 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/ test/acceptance/",
69 "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/ test/acceptance/"