forked from matschaffer/redis_twemproxy_agent
-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
37 lines (37 loc) · 833 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
{
"name": "redis_twemproxy_agent",
"version": "1.0.0",
"description": "Redis agent for TwemProxy update",
"preferGlobal": true,
"bin": "bin/redis_twemproxy_agent",
"main": "lib/agent.js",
"scripts": {
"test": "jshint lib spec && jasmine-node spec"
},
"repository": {
"type": "git",
"url": "https://github.com/Stono/redis_twemproxy_agent"
},
"keywords": [
"redis",
"twemproxy",
"ha"
],
"author": "Karl Stoney <[email protected]>",
"contributors": [
"Edgar Veiga <[email protected]>",
"Mat Schaffer <[email protected]>"
],
"license": "BSD",
"dependencies": {
"underscore": "~1.4.4",
"async": "~0.2.5",
"cli": "~0.4.4-2",
"redis": "~0.8.2",
"js-yaml": "~2.1.0"
},
"devDependencies": {
"jshint": "~1.0.0",
"jasmine-node": "~1.3.0"
}
}