forked from mmckegg/loop-drop-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.11 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
75
76
77
78
79
{
"name": "loop-drop",
"description": "MIDI looper, modular synth and sampler app built around Novation Launchpad controller (electron app).",
"version": "2.16.3",
"preferGlobal": true,
"author": "Matt McKegg",
"main": "main.js",
"homepage": "http://loopjs.com",
"repository": {
"type": "git",
"url": "git+https://github.com/mmckegg/loop-drop-app.git"
},
"license": "AGPL-3.0",
"scripts": {
"start": "node scripts/start",
"postinstall": "node scripts/link-lib"
},
"bin": {
"loop-drop": "scripts/start.js"
},
"dependencies": {
"animate-prop": "^1.0.0",
"array-grid": "~1.4.0",
"async-debounce": "0.0.0",
"audio-buffer-range-decoder": "~1.1.1",
"audio-buffer-stream": "^1.1.0",
"audio-rms": "~2.0.0",
"audio-slot": "~5.0.1",
"audio-slot-param": "~2.2.0",
"audio-timeline": "~1.2.0",
"bopper": "~2.10.0",
"brace": "~0.5.0",
"bulk-require": "^0.2.1",
"cuid": "~1.2.4",
"data-set": "~3.1.0",
"decibels": "^1.0.0",
"deep-equal": "^0.2.1",
"dom-delegator": "~13.1.0",
"electron-prebuilt": "^0.37.8",
"frac": "^0.3.1",
"geval": "^2.1.1",
"hyperscript": "^1.4.6",
"insert-css": "^0.2.0",
"json-query": "^1.4.0",
"loop-grid": "~6.0.2",
"main-loop": "~3.1.0",
"micro-css": "~0.6.1",
"mkdirp": "^0.5.0",
"next-tick": "^0.2.2",
"notevil": "^1.0.0",
"observ": "^0.2.0",
"observ-array": "^3.2.1",
"observ-default": "^1.0.0",
"observ-fs": "~1.7.1",
"observ-fs-audio-buffer": "~1.0.0",
"observ-grid": "~2.10.1",
"observ-grid-stack": "~2.0.1",
"observ-midi": "~2.2.0",
"observ-node-array": "~1.11.1",
"observ-struct": "^6.0.0",
"observ-varhash": "^1.0.6",
"scroll-into-view": "~1.3.1",
"strftime": "^0.9.2",
"tap-tempo": "~0.0.0",
"teoria": "~0.4.0",
"throttle-observ": "^1.1.0",
"through": "^2.3.4",
"value-event": "~5.1.0",
"vdom-thunk": "^3.0.0",
"vdom-to-html": "^2.1.1",
"virtual-dom": "~2.1.1",
"wav": "^1.0.0",
"web-midi": "^2.0.0",
"xtend": "^4.0.1"
},
"devDependencies": {
"async-each": "^0.1.6"
}
}