-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
77 lines (77 loc) · 1.59 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
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "connect-caminte",
"description": "CrossDB session store for Connect and ExpressJS",
"version": "0.0.4",
"homepage": "https://github.com/biggora/connect-caminte/",
"repository": {
"type": "git",
"url": "git://github.com/biggora/connect-caminte.git"
},
"author": {
"name": "Aleksej Gordejev",
"email": "aleksej@gordejev.lv",
"url": "http://www.gordejev.lv"
},
"license": "MIT",
"keywords": [
"caminte",
"session",
"store",
"connect",
"express",
"middleware",
"mongodb",
"mysql",
"sqlite",
"mariadb",
"postgres",
"couchdb",
"rethinkdb",
"redis",
"tingodb",
"neo4j"
],
"main": "./index.js",
"scripts": {
"test": "make test"
},
"directories": {
"lib": "lib",
"media": "media",
"tests": "tests"
},
"engines": {
"node": ">=0.8"
},
"dependencies": {
"caminte": ">= 0.1.5"
},
"devDependencies": {
"mocha": "latest",
"should": "latest",
"superagent": "latest",
"istanbul": "latest",
"jshint": "2.x",
"express": ">= 4.0.0",
"express-session": ">= 1.0.0",
"cookie-parser": ">= 1.0.0",
"arangojs": "latest",
"caminte": "latest",
"generic-pool": "latest",
"moment": "latest",
"async": "latest",
"cradle": "latest",
"mongodb": "latest",
"mysql": "latest",
"nano": "latest",
"node-firebird": "latest",
"node-neo4j": "latest",
"pg": "latest",
"redis": "latest",
"rethinkdb": "latest",
"riak-js": "latest",
"sqlite3": "latest",
"tingodb": "latest",
"underscore": "latest"
}
}