-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 851 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
{
"name": "connect-ottoman",
"version": "1.2.3",
"description": "connect-ottoman provides Couchbase Ottoman session storage for Express. Requires Ottoman >= 2.4.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/C0DE-IN/connect-ottoman.git"
},
"keywords": [
"couchbase",
"ottoman",
"express-session",
"store",
"session-store"
],
"author": "Vigneshwaran Renganathan",
"license": "ISC",
"bugs": {
"url": "https://github.com/C0DE-IN/connect-ottoman/issues"
},
"homepage": "https://github.com/C0DE-IN/connect-ottoman#readme",
"devDependencies": {
"@types/express-session": "^1.17.10",
"ts-node-dev": "^2.0.0",
"typescript": "^5.3.3"
},
"dependencies": {
"express": "^4.18.2",
"express-session": "^1.18.0",
"ottoman": "^2.4.0"
}
}