forked from bazwilliams/sound-detection
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 777 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "sound-detection",
"version": "0.0.3",
"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"
}