-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
43 lines (43 loc) · 911 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
40
41
42
43
{
"name": "connect-caminte",
"description": "CrossDB session store for Connect and ExpressJS",
"version": "0.0.1-2",
"homepage": "https://github.com/biggora/connect-caminte/",
"repository": {
"type": "git",
"url": "git://github.com/biggora/connect-caminte.git"
},
"author": "Aleksej Gordejev <aleksej@gordejev.lv> (https://github.com/biggora/)",
"keywords": [
"mongodb",
"session",
"store",
"express",
"middleware",
"mysql",
"sqlite",
"mariadb",
"postgres",
"caminte"
],
"main": "./index.js",
"scripts": {
"test": "nodeunit tests/test.js"
},
"directories": {
"lib": "lib",
"media": "media",
"tests": "tests"
},
"engines": {
"node": ">=0.8"
},
"dependencies": {
"caminte": ">= 0.0.8"
},
"devDependencies": {
"nodeunit": ">= 0.6.4",
"connect": ">= 2.9.0",
"express": ">= 3.0.0"
}
}