{
  "name": "@siweb/bh-noise",
  "version": "3.0.4",
  "description": "Tools to detect noise in signals",
  "main": "bh-noise.js",
  "scripts": {
    "test": "mocha --recursive"
  },
  "repository": {
    "type": "git",
    "url": "git@gitlab.bh-technologies.com:bht-si-nodejs-modules/bh-noise.git"
  },
  "keywords": [
    "Signal",
    "Noise"
  ],
  "author": "SiWeb",
  "license": "ISC",
  "devDependencies": {
    "chai": "^4.1.2",
    "mocha": "^5.0.1"
  },
  "dependencies": {
    "bh-filtering": "^2.3.0",
    "bh-report-user": "^1.0.0"
  }
}
