-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 780 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 780 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
{
"name": "connect-session-mongo",
"version": "0.0.4",
"description": "MongoDB Session Store for Connect Middleware",
"author": "Bart Teeuwisse <bart@thecodemill.biz>",
"contributors": ["Dav Glass <davglass@gmail.com>"],
"bugs": { "web" : "http://github.com/bartt/connect-session-mongo/issues" },
"os": ["darwin", "linux"],
"engines": {
"node" : ">=0.2.0"
},
"directories": {
"lib" : "lib"
},
"main": "./lib/connect-session-mongo",
"dependencies": {
"connect": ">=0.2.4",
"mongodb": ">=0.8.0"
},
"licenses":[
{
"type" : "BSD",
"url" : "http://github.com/bartt/connect-session-mongo/blob/master/LICENSE"
}
],
"repository": {
"type":"git",
"url":"http://github.com/bartt/connect-session-mongo.git"
}
}