forked from mmckegg/loop-drop-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 1.66 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "loop-drop",
"version": "0.1.0",
"author": "Matt McKegg",
"scripts": {
"watch": "node build -w -d",
"build": "node build"
},
"dependencies": {
"bopper": "^1.0.0",
"ditty": "^1.0.2",
"midi-looper": "~0.4.0",
"midi-looper-launchpad": "~0.5.0",
"soundbank": "~0.3.1",
"soundbank-slice": "~0.0.1",
"soundbank-delay": "~0.1.0",
"soundbank-overdrive": "~0.0.1",
"soundbank-oscillator": "~0.0.1",
"soundbank-sample": "~0.2.0",
"soundbank-inherit": "~0.1.0",
"soundbank-scale": "~0.0.1",
"soundbank-multi": "~0.0.1",
"soundbank-dipper": "~0.1.0",
"soundbank-pitch-shift": "~1.0.1",
"bitcrusher": "~0.2.0",
"adsr": "~0.1.0",
"lfo": "~1.0.0",
"soundbank-slide": "~0.0.1",
"midi-qwerty-keys": "~0.0.1",
"teoria": "~0.4.0",
"web-midi": "~0.2.1",
"wave-recorder": "~1.0.0",
"tap-tempo": "~0.0.0",
"wav": "~0.1.2",
"keycode": "~0.3.0",
"frac": "^0.3.1",
"json-query": "~0.5.0",
"rincewind": "^1.7.0",
"rincewind-watch": "~0.1.0",
"dom-behavior": "^1.2.0",
"micro-css": "~0.4.0",
"web-fs": "~0.2.0",
"notevil": "~0.8.0",
"become": "^1.2.1",
"brace": "~0.2.0",
"create-element": "~0.2.3",
"browserify": "3.37.2",
"watchify": "^0.7.2",
"catw": "~0.2.0",
"concat-stream": "~1.4.1",
"module-deps": "^1.2.2",
"gaze": "^0.6.3"
},
"window": {
"bounds": {
"width": 1200,
"height": 700
}
},
"permissions": [
{
"fileSystem": [
"write",
"retainEntries",
"directory"
]
},
"audioCapture",
"storage"
],
"devDependencies": {
"tape": "*"
}
}