UNPKG

rijs.sessions

Version:

[![Coverage Status](https://coveralls.io/repos/rijs/sessions/badge.svg?branch=master&service=github)](https://coveralls.io/github/rijs/sessions?branch=master) [![Build Status](https://travis-ci.org/rijs/sessions.svg)](https://travis-ci.org/rijs/sessions)

31 lines (30 loc) 861 B
{ "name": "rijs.sessions", "version": "1.1.2", "main": "index", "browser": "./node_modules/utilise/identity.js", "author": "Pedram Emrouznejad (https://github.com/pemrouz)", "repository": { "type": "git", "url": "git://github.com/rijs/sessions.git" }, "scripts": { "test": "istanbul test ./node_modules/mocha/bin/_mocha --report html -- -R spec", "coverage": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && rm -rf ./coverage", "version": "git add -A", "postversion": "git push && git push --tags" }, "license": "pemrouz.mit-license.org", "devDependencies": { "chai": "*", "coveralls": "*", "istanbul": "*", "mocha": "*", "mocha-lcov-reporter": "*" }, "dependencies": { "cookie-parser": "^1.3.5", "express-session": "^1.15.3", "utilise": "*" } }