{
  "name": "stats-incremental",
  "version": "1.2.1",
  "description": "A simple tool for calculating incremental stats on numeric streams.",
  "main": "stats.js",
  "directories": {
    "example": "examples",
    "test": "test"
  },
  "scripts": {
    "test": "node test/ && standard"
  },
  "keywords": [
    "stats",
    "statistics",
    "numbers",
    "math",
    "sum",
    "mean",
    "average",
    "variance",
    "deviation"
  ],
  "author": "Bryce B. Baril",
  "license": "MIT",
  "jshintConfig": {
    "asi": true,
    "globalstrict": true,
    "validthis": true,
    "eqnull": true,
    "node": true,
    "loopfunc": true,
    "newcap": false,
    "eqeqeq": false
  },
  "dependencies": {
    "stats-lite": "^2.1.0"
  },
  "devDependencies": {
    "standard": "~10.0.2",
    "tape": "~4.7.0"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/brycebaril/stats-incremental.git"
  },
  "bugs": {
    "url": "https://github.com/brycebaril/stats-incremental/issues"
  },
  "homepage": "https://github.com/brycebaril/stats-incremental"
}
