UNPKG

745 BJSONView Raw
1{
2 "name": "redis-spincycle",
3 "version": "1.0.29",
4 "description": "library tha connects to a spincycle server using redis pubsub",
5 "main": "index.js",
6 "scripts": {
7 "test": "mocha"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/psvensson/redis-spincycle.git"
12 },
13 "author": "",
14 "license": "MIT",
15 "bugs": {
16 "url": "https://github.com/psvensson/redis-spincycle/issues"
17 },
18 "homepage": "https://github.com/psvensson/redis-spincycle#readme",
19 "dependencies": {
20 "chai": "^3.5.0",
21 "lru": "^2.0.0",
22 "mocha": "^2.4.5",
23 "node-promise": "^0.5.12",
24 "node-uuid": "^1.4.7",
25 "redis": "^0.12.1",
26 "uuidv4": "^0.3.1"
27 },
28 "devDependencies": {
29 "spincycle": "^1.7.50"
30 }
31}