forked from joeferner/redis-commander
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.22 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
{
"author": "Joe Ferner <[email protected]>",
"contributors": [
"Evan Oxfeld <[email protected]>",
"Dmitriy Yurchenko <[email protected]>",
"Alex Ehrnschwender <[email protected]>",
"Matthew Scragg <[email protected]>"
],
"name": "redis-commander",
"version": "0.4.3",
"description": "Redis web-based management tool written in node.js",
"repository": {
"type": "git",
"url": "git://github.com/joeferner/redis-commander.git"
},
"keywords": [
"redis",
"redis-client",
"redis-gui",
"redis-node"
],
"dependencies": {
"async": "~0.1.22",
"body-parser": "^1.15.2",
"browserify": "^13.0.1",
"browserify-middleware": "^7.0.0",
"cmdparser": "0.0.3",
"ejs": "~0.8",
"express": "3.x.x",
"express-flash": "0.0.2",
"express-partials": "^0.3.0",
"inflection": "~1.2.0",
"ioredis": "^1.15.1",
"method-override": "^2.3.6",
"node-redis-dump": "~0.2.0",
"optimist": "~0.3.4",
"readline-browserify": "0.0.4",
"redis": "^2.6.2",
"sf": "~0.1.3"
},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": "*"
},
"bin": {
"redis-commander": "./bin/redis-commander.js"
},
"preferGlobal": true
}