{
  "name": "@siweb/bh-gauss",
  "version": "1.0.0",
  "description": "Gauss method to solve system with n equation with n unknowns",
  "main": "bh-gauss.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha --recursive"
  },
  "repository": {
    "type": "git",
    "url": "git@gitlab.bh-technologies.com:bht-si-nodejs-modules/bh-gauss.git"
  },
  "keywords": [
    "Math",
    "Equation",
    "System",
    "Equitation"
  ],
  "author": "SiWeb",
  "license": "ISC",
  "devDependencies": {
    "chai": "^4.1.2",
    "mocha": "^5.0.4"
  },
  "dependencies": {
    "bh-system-n": "^1.0.1"
  }
}
