forked from robinfehr/sessionstore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.17 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"author": "adrai",
"name": "sessionstore",
"version": "0.4.6",
"private": false,
"main": "index.js",
"engines": {
"node": ">=0.4.12"
},
"directories": {
"lib": "./lib"
},
"dependencies": {
"async": ">= 0.1.18",
"lodash": ">= 0.5.x"
},
"devDependencies": {
"expect.js": ">= 0.1.2",
"express": ">= 2.5.0",
"express-session": ">= 1.0.0",
"memjs": ">= 0.8.4",
"mocha": ">= 1.0.1",
"mongodb": ">= 0.0.1",
"redis": ">= 0.10.1",
"tingodb": ">= 0.0.1"
},
"description": "Sessionstore is a node.js module for multiple databases. It can be very useful if you work with express or connect.",
"keywords": [
"orm",
"mongodb",
"couchdb",
"nstore",
"tingodb",
"redis",
"memory",
"database",
"host"
],
"homepage": "https://github.com/adrai/sessionstore",
"repository": {
"type": "git",
"url": "[email protected]:adrai/sessionstore.git"
},
"bugs": {
"url": "https://github.com/adrai/sessionstore/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/adrai/sessionstore/master/licence"
}
],
"scripts": {
"test": "mocha"
}
}