{
  "name": "sound-detection",
  "version": "0.1.1",
  "description": "Library to detect sudden noises above ambient from a network stream such as an IP Webcam or network microphone. ",
  "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": {
    "compute-incrmmean": "^1.0.2",
    "compute-qmean": "^1.0.0",
    "pcm-boilerplate": "^0.1.1",
    "underscore": "^1.8.3"
  },
  "devDependencies": {},
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "babymonitor",
    "audio",
    "noise",
    "decibel",
    "detection",
    "sound"
  ],
  "license": "MIT"
}
