forked from fritzy/thoonk.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
13 lines (13 loc) · 954 Bytes
/
package.json
File metadata and controls
13 lines (13 loc) · 954 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"name": "thoonk",
"version": "0.5.3",
"description": "Thoonk is a persistent (and fast!) system for push feeds, queues, and jobs which leverages Redis. Thoonk follows a contract (schema + behavior) to allow multiple languages and custom implementations to interact reliably.",
"keywords": ["redis", "job", "feed", "queue", "publish", "subscribe", "push", "live", "cluster"],
"homepage": "thoonk.com",
"author": {"name": "Nathan Fritz", "email": "nathan@andyet.net", "url": "http://andyet.net/team/nathan"},
"contributors": [],
"files": ["feed.js", "job.js", "queue.js", "sorted_feed.js", "testall.js", "thoonk.js", "tests", "examples", "LICENSE", "README.md", "contract.txt", "testconfig.json"],
"main": "./thoonk.js",
"repository": {"type": "git", "url": "http://github.com/fritzy/thoonk.js.git"},
"dependencies": {"node-uuid": ">=1.1.0", "hiredis": ">=0.4.1", "redis": ">=0.8.4", "padlock": ">=1.0.0"}
}