stats-lite
Version:
A light statistical package that operates on numeric Arrays.
48 lines (47 loc) • 919 B
JSON
{
"name": "stats-lite",
"version": "2.2.0",
"description": "A light statistical package that operates on numeric Arrays.",
"main": "stats.js",
"directories": {
"example": "examples",
"test": "test"
},
"scripts": {
"test": "node test/"
},
"repository": {
"type": "git",
"url": "git@github.com:brycebaril/node-stats-lite.git"
},
"keywords": [
"stats",
"statistics",
"numbers",
"math",
"sum",
"mean",
"average",
"mode",
"median",
"percentile",
"variance",
"deviation"
],
"author": "Bryce B. Baril",
"license": "MIT",
"bugs": {
"url": "https://github.com/brycebaril/node-stats-lite/issues"
},
"engines": {
"node": ">=2.0.0"
},
"dependencies": {
"isnumber": "~1.0.0"
},
"devDependencies": {
"dice": "0.0.2",
"tape": "~4.6.3"
},
"homepage": "https://github.com/brycebaril/node-stats-lite"
}