-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.08 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
{
"name": "socketstream-cookie-session",
"description": "SocketStream User Sessions with Cookies",
"version": "0.5.2",
"author": "Henrik Vendelbo <[email protected]>",
"author_name": "Henrik Vendelbo",
"repository": {
"type": "git",
"url": "https://github.com/socketstream/socketstream-cookie-session.git"
},
"bugs": "https://github.com/socketstream/socketstream-cookie-session/issues",
"license": "MIT",
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {
"body-parser": "1.13.3",
"connect-redis": "2.4.1",
"cookie": "~0.2.2",
"cookie-parser": "1.3.5",
"cookie-session": "1.2.0",
"cookie-signature": "^1.0.6",
"cookies": "0.5.0",
"crc": "~3.3.0",
"csurf": "1.8.3",
"debug": "~2.2.0",
"depd": "~1.1.0",
"express-session": "1.11.3",
"on-headers": "1.0.1",
"parseurl": "1.3.0",
"uid-safe": "2.0.0",
"utils-merge": "^1.0.0"
},
"devDependencies": {
"after": "^0.8.1",
"express": "^4.13.3",
"gulp": "^3.9.0",
"istanbul": "^0.3.22",
"mocha": "^2.3.3",
"supertest": "^1.1.0"
}
}