-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
39 lines (39 loc) · 1.24 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": "burns-audio-wam",
"version": "0.2.53",
"description": "Collection of Web Audio Modules (WAMs) by Burns Audio",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/boourns/burns-audio-wam.git"
},
"keywords": [
"audio",
"wam",
"web-audio-module",
"music",
"synthesizer",
"effects"
],
"author": "Tom Burns",
"license": "MIT",
"type": "module",
"bugs": {
"url": "https://github.com/boourns/burns-audio-wam/issues"
},
"homepage": "https://github.com/boourns/burns-audio-wam#readme",
"devDependencies": {
"@types/dom-mediacapture-record": "^1.0.11",
"@webaudiomodules/api": "webaudiomodules/api#commit=d12879535761e27c6e475e84e799b8e43cc97e76",
"@webaudiomodules/sdk": "webaudiomodules/sdk#commit=54ce5c93e0dea780525c79654393027cc287cb97",
"@webaudiomodules/sdk-parammgr": "webaudiomodules/sdk-parammgr#commit=c176175a7fe38844a50c967b6a74a2b6c7c24b21",
"copy-webpack-plugin": "^11.0.0",
"lib0": "^0.2.47",
"monaco-editor": "^0.25.2",
"preact": "^10.5.5",
"wam-extensions": "boourns/wam-extensions#commit=bdca7553c4c3441998c91b91ee52e063e45effe3"
}
}