UNPKG

nextplayer

Version:
35 lines (34 loc) 727 B
{ "name": "nextplayer", "version": "0.2.0", "description": "Redis backed Round-Robin module", "main": "index.js", "directories": { "test": "test" }, "scripts": { "test": "./node_modules/mocha/bin/mocha" }, "keywords": [ "round", "robin", "game", "players" ], "author": "Thomas Hunter <me@thomashunter.name>", "license": "BSD-2-Clause", "repository": { "type": "git", "url": "https://github.com/tlhunter/node-nextplayer.git" }, "dependencies": { "redis": "^2.2.1" }, "devDependencies": { "mocha": "^2.3.3" }, "bugs": { "url": "https://github.com/tlhunter/node-nextplayer/issues" }, "homepage": "https://github.com/tlhunter/node-nextplayer" }