{
	"name": "jstrueskill",
	"version": "0.0.0",
	"description": "A JavaScript implementation of the TrueSkill ranking algorithm.",
	"main": "index.js",
	"scripts": {
		"test": "test"
	},
	"repository": "https://github.com/racingjellyfish/JsTrueSkill.git",
	"keywords": [
		"TrueSkill",
		"JavaScript"
	],
	"author": "Adrian Conlin",
	"license": "BSD",
	"dependencies": {
		"sylvester": "~0.0.21"
	},
	"devDependencies": {
		"grunt": "~0.4.1",
		"grunt-contrib-jshint": "~0.6.0",
		"grunt-contrib-nodeunit": "~0.2.0",
		"grunt-contrib-watch": "~0.4.4",
		"nodeunit": "~0.8.1"
	}
}
