-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 845 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 845 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
{
"name": "earstream",
"version": "1.1.3",
"description": "Streaming audio reactivity in the browser using WebRTC + Web Audio API",
"main": "index.js",
"scripts": {
"example": "beefy example/index.js"
},
"author": "David Guttman <david@guttman.io> (http://davidguttman.com/)",
"license": "MIT",
"dependencies": {
"browserify": "^6.1.0",
"event-stream": "^3.1.7",
"getusermedia": "^1.1.0",
"raf": "^2.0.4"
},
"devDependencies": {
"beefy": "^2.1.1"
},
"directories": {
"example": "example"
},
"repository": {
"type": "git",
"url": "https://github.com/davidguttman/earstream.git"
},
"keywords": [
"webrtc",
"web",
"audio"
],
"bugs": {
"url": "https://github.com/davidguttman/earstream/issues"
},
"homepage": "https://github.com/davidguttman/earstream"
}