{
  "name": "w-statistic",
  "version": "1.0.22",
  "main": "dist/w-statistic.umd.js",
  "dependencies": {
    "jstat": "^1.9.6",
    "lodash-es": "^4.17.21",
    "ml-regression-multivariate-linear": "^2.0.4",
    "ml-regression-polynomial": "^3.0.2",
    "simple-statistics": "^7.8.8",
    "w-optimization": "^1.0.17",
    "wsemi": "^1.8.16"
  },
  "devDependencies": {
    "w-package-tools": "^1.1.2"
  },
  "scripts": {
    "test": "mocha --parallel --timeout 60000",
    "deploy": "gh-pages -d docs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yuda-lyu/w-statistic.git"
  },
  "keywords": [
    "package",
    "tool",
    "statistic",
    "statistical",
    "analysis",
    "nodejs",
    "browser"
  ],
  "author": "yuda-lyu(semisphere)",
  "license": "MIT"
}