-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
41 lines (41 loc) · 864 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
{
"name": "redis-namespace",
"description": "redis namespacing for node",
"keywords": [
"redis",
"key-value stores",
"namespacing"
],
"version": "0.1.1",
"contributors": [
{
"name": "Aaron Schlesinger",
"web": "http://github.com/arschles"
},
{
"name": "Nicholas Valbusa",
"web": "http://github.com/squallstar"
}
],
"author": "Aaron Schlesinger <arschles@gmail.com> (http://github.com/arschles/node-redis-namespace)",
"bugs": {
"web": "http://github.com/arschles/node-redis-namespace/issues"
},
"main": "./index.js",
"directories": {
"lib": "./lib"
},
"repository": {
"type": "git",
"url": "git://github.com/arschles/node-redis-namespace.git"
},
"engines": {
"node": ">=0.4.0"
},
"dependencies": {
"redis": "0.12.1"
},
"licenses": [
"MIT"
]
}