-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.03 KB
/
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
32
33
34
35
36
37
38
39
{
"name": "web-audio-workers-sockets",
"version": "1.2.1",
"description": "stream audio using web sockets in web worker rendered using web audio",
"main": "index.js",
"scripts": {
"start": "node src/app.js",
"startmin": "node min_src/app.js",
"startorig": "node src/app.js",
"startnew": "node bkup_src/app.js",
"test": "node test/node_cli_test.js"
},
"engines": {
"node": "0.10.x"
},
"dependencies": {
"ws": "0.4.x",
"express": "^4.4.5",
"audio-utils" : "0.0.x",
"shared-utils" : "0.1.x"
},
"repository": {
"type": "git",
"url": "https://github.com/scottstensland/web-audio-workers-sockets.git"
},
"keywords": [
"webaudio",
"websockets",
"webworkers",
"streaming",
"audio"
],
"author": "Scott Stensland <[email protected]> (http://catfoodnation.com/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/scottstensland/web-audio-workers-sockets/issues"
},
"homepage": "https://github.com/scottstensland/web-audio-workers-sockets"
}