{
  "name": "shinobi-sound-detection",
  "version": "0.1.14",
  "description": "Library to detect sudden noises above ambient from a network stream such as an IP Webcam or network microphone. This library is a modified version of Barry's to work with ShinobiCCTV.",
  "author": "Barry John Williams <barry@bjw.me.uk>",
  "readme": "README.md",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/bazwilliams/sound-detection.git"
  },
  "dependencies": {
    "async": "^3.2.4",
    "chai": "4.3.4",
    "compute-incrmmean": "^1.0.2",
    "compute-qmean": "^2.0.0",
    "underscore": "^1.13.1"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "babymonitor",
    "audio",
    "noise",
    "decibel",
    "detection",
    "sound"
  ],
  "license": "MIT"
}
