UNPKG

opentok

Version:
75 lines (74 loc) 1.94 kB
{ "name": "connect", "description": "High performance middleware framework", "version": "2.30.2", "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.13.3", "bytes": "2.1.0", "cookie": "0.1.3", "cookie-parser": "~1.3.5", "cookie-signature": "1.0.6", "compression": "~1.5.2", "connect-timeout": "~1.6.2", "content-type": "~1.0.1", "csurf": "~1.8.3", "debug": "~2.2.0", "depd": "~1.0.1", "errorhandler": "~1.4.2", "express-session": "~1.11.3", "finalhandler": "0.4.0", "fresh": "0.3.0", "http-errors": "~1.3.1", "method-override": "~2.3.5", "morgan": "~1.6.1", "multiparty": "3.3.2", "on-headers": "~1.0.0", "parseurl": "~1.3.0", "pause": "0.1.0", "qs": "4.0.0", "response-time": "~2.3.1", "serve-favicon": "~2.3.0", "serve-index": "~1.7.2", "serve-static": "~1.10.0", "type-is": "~1.6.6", "utils-merge": "1.0.0", "vhost": "~3.0.1" }, "devDependencies": { "dox": "~0.4.6", "istanbul": "0.3.17", "mocha": "2.2.5", "should": "7.0.2" }, "license": "MIT", "files": [ "lib/", "LICENSE", "History.md", "Readme.md", "index.js" ], "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/" } }