forked from robinfehr/sessionstore
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 1.42 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
57
58
59
60
61
62
63
64
{
"author": "benjsmi",
"name": "sessionstore-cloudant",
"version": "1.3.1",
"private": false,
"main": "index.js",
"engines": {
"node": ">=0.8.0"
},
"directories": {
"lib": "./lib"
},
"dependencies": {
"async": "2.6.0",
"jsondate": "0.0.1",
"lodash": "4.17.4",
"parent-require": "1.0.0",
"tolerance": "1.0.0"
},
"devDependencies": {
"cradle": ">=0.2.7",
"elasticsearch": ">= 10.0.0",
"eslint": ">=1.0.0",
"expect.js": ">= 0.1.2",
"express": ">= 2.5.0",
"express-session": ">= 1.0.0",
"memjs": "0.x.x",
"mocha": "3.x.x",
"mongodb": "2.1.x",
"redis": ">= 0.10.1",
"tingodb": ">= 0.0.1"
},
"description": "Based on Sessionstore by Adriano Raiano, this npm adds the additional connector to IBM's Cloudant Database, which is a production deployment of couchdb.",
"keywords": [
"express",
"session",
"connect",
"orm",
"mongodb",
"couchdb",
"tingodb",
"redis",
"memory",
"database",
"host"
],
"homepage": "https://github.com/benjsmi/sessionstore-cloudant",
"repository": {
"type": "git",
"url": "[email protected]:benjsmi/sessionstore-cloudant.git"
},
"bugs": {
"url": "https://github.com/benjsmi/sessionstore-cloudant/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/adrai/sessionstore/master/licence"
}
],
"scripts": {
"test": "mocha"
}
}