UNPKG

connect

Version:

High performance middleware framework

68 lines (67 loc) 1.83 kB
{ "name": "connect", "description": "High performance middleware framework", "version": "2.25.1", "author": "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)", "contributors": [ "Douglas Christopher Wilson <doug@somethingdoug.com>", "Jonathan Ong <me@jongleberry.com>", "Tim Caswell <tim@creationix.com>" ], "keywords": [ "framework", "web", "middleware", "connect", "rack" ], "repository": "senchalabs/connect", "dependencies": { "basic-auth-connect": "1.0.0", "body-parser": "~1.6.1", "bytes": "1.0.0", "cookie": "0.1.2", "cookie-parser": "1.3.2", "cookie-signature": "1.0.4", "compression": "~1.0.10", "connect-timeout": "~1.2.1", "csurf": "~1.4.0", "debug": "1.0.4", "depd": "0.4.4", "errorhandler": "1.1.1", "express-session": "~1.7.4", "finalhandler": "0.1.0", "fresh": "0.2.2", "media-typer": "0.2.0", "method-override": "~2.1.2", "morgan": "~1.2.2", "multiparty": "3.3.1", "on-headers": "0.0.0", "parseurl": "~1.2.0", "qs": "1.1.0", "response-time": "2.0.0", "serve-favicon": "2.0.1", "serve-index": "~1.1.5", "serve-static": "~1.5.0", "type-is": "~1.3.2", "vhost": "2.0.0", "pause": "0.0.1" }, "devDependencies": { "dox": "~0.4.6", "istanbul": "0.3.0", "mocha": "~1.21.4", "should": "~4.0.0", "jade": ">= 0.35.0 < 1" }, "license": "MIT", "main": "index", "engines": { "node": ">= 0.8.0" }, "scripts": { "test": "mocha --reporter spec --bail --check-leaks test/", "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/", "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/" } }