forked from mmckegg/loop-drop-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.38 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
{
"name": "loop-drop",
"description": "MIDI looper, modular synth and sampler app built around Novation Launchpad controller (electron app).",
"version": "2.8.1",
"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": "ISC",
"scripts": {
"start": "electron main.js",
"postinstall": "node scripts/link-lib"
},
"bin": {
"loop-drop": "scripts/cli.js"
},
"dependencies": {
"audio-rms": "^1.1.0",
"audio-slot": "~3.5.0",
"bopper": "^2.7.0",
"brace": "^0.5.0",
"data-set": "^3.1.0",
"deep-equal": "^0.2.1",
"electron-prebuilt": "^0.27.2",
"frac": "^0.3.1",
"geval": "^2.1.1",
"hyperscript": "^1.4.6",
"insert-css": "^0.2.0",
"json-query": "^1.4.0",
"loop-drop-project": "~3.7.0",
"loop-drop-setup": "~2.11.2",
"loop-launchpad": "~3.1.0",
"loop-qwerty": "~2.1.0",
"mercury": "^14.0.0",
"micro-css": "~0.6.1",
"next-tick": "^0.2.2",
"notevil": "^1.0.0",
"observ": "^0.2.0",
"observ-struct": "^6.0.0",
"tap-tempo": "0.0.0",
"teoria": "~0.4.0",
"through": "^2.3.4",
"wav": "~0.1.2",
"wave-recorder": "~2.1.0",
"xtend": "^4.0.0"
},
"devDependencies": {
"async-each": "^0.1.6",
"mkdirp": "^0.5.0"
}
}