forked from dcalacci/sibilant
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 848 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 848 Bytes
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
32
33
34
35
36
37
38
39
{
"name": "@rifflearning/sibilant",
"version": "0.1.7",
"description": "detect speaking events from webRTC audio",
"keywords": [
"audio",
"speaking",
"web"
],
"license": "MIT",
"author": "Dan Calacci <dcalacci@media.mit.edu>",
"contributors": [
"Jordan Reedie <jordan@riffanalytics.ai>"
],
"repository": {
"type": "git",
"url": "git+https://github.com/rifflearning/sibilant.git"
},
"bugs": {
"url": "https://github.com/rifflearning/sibilant/issues"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"main": "sibilant.js",
"files": [],
"scripts": {
"test": "npm test"
},
"dependencies": {
"microevent": "^1.0.0"
},
"devDependencies": {
"alerts": "^0.1.3",
"browserify": "^16.5.2",
"http-server": "^0.12.3"
}
}