forked from mpneuried/connect-redis-sessions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 779 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"author": "mp, <[email protected]> (www.tcs.de)",
"name": "connect-redis-sessions",
"description": "Session store using redis-sessions for Connect",
"version": "2.1.2",
"homepage": "https://github.com/mpneuried/connect-redis-sessions",
"private": false,
"repository": {
"type": "git",
"url": "git://github.com/mpneuried/connect-redis-sessions.git"
},
"engines": {
"node": "> 6"
},
"scripts": {
"build": "grunt build"
},
"dependencies": {
"redis-sessions": "3.0.0",
"buffer-crc32": "0.2.13",
"pause": "0.1.0",
"express-session": "1.17.2"
},
"devDependencies": {
"grunt": "1.0.x",
"grunt-contrib-watch": "1.x",
"grunt-contrib-coffee": "1.x",
"grunt-include-replace": "5.x",
"grunt-mocha-cli": "4.x"
}
}