forked from outbounder/organic-express-mongo-sessions
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 744 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 744 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
{
"name": "organic-express-mongo-sessions",
"version": "0.1.0",
"description": "Organelle mounting `connect-mongo` middleware to express app chemical.",
"main": "index.js",
"dependencies": {
"connect-mongo": "~0.4.1",
"express-session": "~1.8.2",
"underscore": "~1.6.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/outbounder/organic-express-mongo-sessions.git"
},
"author": "Boris Filipov",
"license": "MIT",
"bugs": {
"url": "https://github.com/outbounder/organic-express-mongo-sessions/issues"
},
"homepage": "https://github.com/outbounder/organic-express-mongo-sessions"
}