-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 945 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
{
"name": "reddish-proxy",
"description": "Proxy for Reddish",
"keywords": [ "redis", "reddish", "proxy" ],
"version": "0.1.2",
"author": "Jim Fleming <[email protected]> (http://jimfleming.me)",
"contributors": [
"Danielle Swank <[email protected]> (http://danielleswank.com)"
],
"homepage": "http://github.com/FreeFlow/reddish-proxy",
"preferGlobal": true,
"bugs": {
"url" : "https://github.com/Freeflow/reddish-proxy/issues",
"email" : "[email protected]"
},
"directories": {
"lib": "./lib",
"bin": "./bin"
},
"scripts": {
"start": "node index.js"
},
"main": "index",
"bin": "./bin/reddish-proxy",
"dependencies": {
"underscore": "1.4.2",
"optimist": "0.3.5",
"hiredis": "0.1.14",
"redis": "0.7.1"
},
"engines": {
"node": ">=0.8.8",
"npm": ">=1.1.59"
},
"repository": {
"type": "git",
"url": "git://github.com/FreeFlow/reddish-proxy.git"
}
}