-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 823 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 823 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
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "connect-memjs",
"version": "0.2.1",
"description": "Memcached session store for Connect backed by memjs",
"keywords": [
"memcached",
"connection",
"session",
"store",
"cache"
],
"author": "Michał Thoma <michal@balor.pl>",
"contributors": [
"Liam Don <liamdon@gmail.com>",
"Ross Kilgore <@rkilgore>",
"Leo Max <leohihimax@gmail.com>",
"Gabriel Mancini de Campos <gabriel.mancini@gmail.com>",
"Christophe Vidal, <@Krisa>"
],
"repository": {
"type": "git",
"url": "https://github.com/liamdon/connect-memjs"
},
"dependencies": {
"debug": "^2.6.3",
"memjs": ">= 1.0.0-rc.1"
},
"devDependencies": {
"connect": ">= 1.4.x"
},
"main": "index",
"engines": {
"node": ">=0.4.7"
},
"directories": {
"lib": "./lib"
}
}