forked from joeferner/redis-commander
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 863 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 863 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
39
{
"author": "Joe Ferner <joe@fernsroth.com>",
"contributors": [
"Evan Oxfeld <eoxfeld@gmail.com>"
],
"name": "redis-commander",
"version": "0.0.6",
"description": "Redis web-based management tool written in node.js",
"repository": {
"type": "git",
"url": "git://github.com/nearinfinity/redis-commander.git"
},
"keywords": [
"redis",
"redis-client",
"redis-gui",
"redis-node"
],
"dependencies": {
"optimist": "~0.3.4",
"async": "~0.1.22",
"ejs": "~0.8",
"redis": "~0.7.2",
"sf": "~0.1.3",
"express": "2.x.x",
"inflection": "~1.2.0",
"browserify": "~1.12.2",
"readline-browserify": "0.0.4",
"cmdparser": "0.0.3"
},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": "*"
},
"bin": {
"redis-commander": "./bin/redis-commander.js"
}
}