-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 772 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 772 Bytes
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
32
33
34
35
36
37
{
"name": "redission",
"version": "0.0.0",
"description": "Session middleware on top of redSess",
"main": "app.js",
"scripts": {
"test": "./node_modules/lab/bin/lab -v"
},
"repository": {
"type": "git",
"url": "git://github.com/accosine/redission.git"
},
"keywords": [
"bare",
"framework",
"redis",
"session",
"middleware"
],
"author": "accosine.com",
"contributors": [
"Simon Bugert <simon.bugert@gmail.com>",
"Duncan Kolba <duncankolba@gmail.com>"
],
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/accosine/redission/issues"
},
"dependencies": {
"redis": "^0.12.1",
"redsess": "^1.1.0"
},
"devDependencies": {
"fakeredis": "^0.2.1",
"lab": "^4.2.0"
}
}