{
  "name": "peirce-criterion",
  "version": "1.1.0",
  "description": "Functions for outlier removal using Peirce's criterion",
  "main": "index.js",
  "scripts": {
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jacobq/peirce-criterion.git"
  },
  "keywords": [
    "peirce",
    "statistics",
    "outlier"
  ],
  "author": "Jacob Quant <jacobq@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jacobq/peirce-criterion/issues"
  },
  "homepage": "https://github.com/jacobq/peirce-criterion#readme",
  "dependencies": {
    "math-erfc": "^1.0.0"
  },
  "devDependencies": {
    "jest": "^25.1.0"
  }
}
