{ "name": "express-session", "version": "1.10.2", "description": "Simple session middleware for Express", "author": "TJ Holowaychuk (http://tjholowaychuk.com)", "contributors": [ "Douglas Christopher Wilson ", "Joe Wagner " ], "repository": "expressjs/session", "license": "MIT", "dependencies": { "cookie": "0.1.2", "cookie-signature": "1.0.5", "crc": "3.2.1", "debug": "~2.1.1", "depd": "~1.0.0", "on-headers": "~1.0.0", "parseurl": "~1.3.0", "uid-safe": "1.0.3", "utils-merge": "1.0.0" }, "devDependencies": { "after": "0.8.1", "cookie-parser": "~1.3.3", "express": "~4.10.7", "istanbul": "0.3.5", "mocha": "~2.1.0", "supertest": "~0.15.0" }, "files": [ "session/", "HISTORY.md", "LICENSE", "index.js" ], "engines": { "node": ">= 0.8.0" }, "scripts": { "test": "mocha --bail --reporter spec test/", "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/", "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec test/" } }