UNPKG

connect-sequelize

Version:

Session store for connect/express sessions via sequelize based on the wonderful work from https://github.com/mweibel

51 lines (50 loc) 1.13 kB
{ "name": "connect-sequelize", "version": "2.0.2", "description": "Session store for connect/express sessions via sequelize based on the wonderful work from https://github.com/mweibel", "homepage": "https://github.com/origin1tech/connect-sequelize", "bugs": "https://github.com/origin1tech/connect-sequelize/issues", "main": "index.js", "scripts": { "test": "mocha ./test/test.js" }, "repository": { "type": "git", "url": "https://github.com/origin1tech/connect-sequelize" }, "dependencies": { "debug": "^0.7.4", "express": "^4.13.3", "sequelize": "^3.14.2" }, "devDependencies": { "connect": "^3.3.2", "mocha": "^2.0.1" }, "peerDependencies": { "sequelize": "^3.3.1" }, "engines": { "node": "*" }, "keywords": [ "express", "connect-session", "connect", "sequelize", "postgres", "mysql", "sqlite" ], "author": { "name": "Michael Weibel", "email": "michael.weibel@gmail.com" }, "contributors": [ { "name": "Carey Hazelton", "email": "origin1tech@gmail.com" } ], "license": "MIT" }