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