{
	"name": "statsjs",
	"description": "Provides functions for many of the statistical operations that you might need",
	"version": "1.0.7",
	"author": "Angus Gibbs (http://angusgibbs.com)",
	"homepage": "http://github.com/angusgibbs/statsjs",
	"keywords": [
		"math",
		"stats",
		"statistics",
		"average",
		"mean",
		"min",
		"max",
		"standard",
		"deviation",
		"regression",
		"quartile",
		"median",
		"outliers",
		"factorial",
		"probability",
		"permutation",
		"combination",
		"binomial",
		"geometric",
		"normal",
		"z-test"
	],
	"repository": {
		"type": "git",
		"url": "git://github.com/angusgibbs/statsjs.git"
	},
	"bugs": {
		"url": "http://github.com/angusgibbs/statsjs/issues"
	},
	"licenses": [
		{
			"type": "MIT",
			"url": "http://github.com/angusgibbs/statsjs/blob/master/LICENSE"
		}
	],
	"main": "lib/stats",
	"devDependencies": {
		"expect.js": "git://github.com/angusgibbs/expect.js.git",
		"mocha": "^1.4.3"
	}
}
