-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 914 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
32
33
34
35
36
37
38
39
{
"name": "@ostro/session",
"version": "1.0.2",
"description": "Session module for OstroJS",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@ostro/support": "^1.0.2",
"@ostro/contracts": "^1.0.0",
"@ostro/cookie": "^1.0.2",
"cookie": "^0.4.0",
"cookie-signature": "^1.1.0",
"fs-extra": "^8.1.0",
"lodash": "^4.17.21",
"on-headers": "^1.0.2",
"uid-safe": "^2.1.5"
},
"engines": {
"node": ">=12.0.0"
},
"engineStrict": true,
"keywords": [
"session",
"nodejs http session",
"cookie session"
],
"author": "amar",
"license": "MIT",
"main": "sessionManager.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ostrojs/session.git"
},
"bugs": {
"url": "https://github.com/ostrojs/session/issues"
},
"homepage": "https://github.com/ostrojs/session#readme"
}