{
  "name": "round-robin-scheduler",
  "version": "0.1.0",
  "description": "Round Robin Generator",
  "author": "Chris Olsen",
  "homepage": "https://github.com/chrisolsen/round-robin",
  "bugs": "https://github.com/chrisolsen/round-robin/issues",
  "keywords": ["roundrobin", "round-robin", "round robin", "league", "schedule"],
  "main": "round_robin.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/chrisolsen/round-robin.git"
  },
  "engines": {
    "node": "~0.10.15"
  },
  "scripts": {
    "test": "mocha --harmony ./round_robin.spec.js"
  },
  "license": "MIT"
}
