{
  "name": "@siweb/bh-regression",
  "version": "2.0.1",
  "description": "Linear regression tools",
  "main": "bh-regression.js",
  "scripts": {
    "test": "mocha --recursive"
  },
  "repository": {
    "type": "git",
    "url": "git@gitlab.bh-technologies.com:bht-si-nodejs-modules/bh-regression.git"
  },
  "keywords": [
    "Maths",
    "Regression",
    "Algorithms",
    "Chart"
  ],
  "author": "SiWeb",
  "license": "ISC",
  "devDependencies": {
    "chai": "^4.1.2",
    "mocha": "^5.0.1"
  },
  "dependencies": {
    "bh-gauss": "^1.0.0",
    "bh-system-n": "^1.0.1"
  }
}
