-
Notifications
You must be signed in to change notification settings - Fork 88
/
Copy pathpackage.json
73 lines (73 loc) · 2.05 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
{
"name": "loop-drop",
"description": "MIDI looper, modular synth and sampler app built around Novation Launchpad controller (electron app).",
"version": "3.1.0",
"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": "npm run rebuild",
"rebuild": "electron-rebuild -f -w abletonlink"
},
"bin": {
"loop-drop": "scripts/start.js"
},
"dependencies": {
"abletonlink": "github:mmckegg/node-abletonlink#add-prebuild",
"animate-prop": "^1.0.0",
"array-grid": "~1.4.0",
"array-union": "^1.0.2",
"async-each": "~1.0.0",
"bitcrusher": "~0.3.0",
"bopper": "~2.11.0",
"brace": "~0.8.0",
"bulk-require": "~0.2.1",
"decibels": "^2.0.0",
"deep-equal": "^0.2.1",
"ejs": "^2.5.6",
"electron-default-menu": "~1.0.0",
"electron-json-storage": "~2.0.0",
"frac": "^0.3.1",
"freeverb": "~1.1.0",
"geval": "^2.1.1",
"insert-css": "^0.2.0",
"json-query": "^1.4.0",
"lib": "file:lib",
"make-distortion-curve": "^1.0.0",
"micro-css": "~2.0.0",
"mkdirp": "^0.5.0",
"mutant": "~3.22.1",
"ncp": "^2.0.0",
"next-tick": "^0.2.2",
"noise-buffer": "^2.0.1",
"notevil": "^1.0.0",
"observ-grid": "~2.10.1",
"observ-grid-stack": "~2.0.1",
"observ-midi": "~2.5.0",
"pseudo-audio-param": "^1.3.1",
"pull-cat": "^1.1.11",
"pull-stream": "^3.4.5",
"pull-stream-to-stream": "github:mmckegg/pull-stream-to-stream#e436acee18b71af8e71d1b5d32eee642351517c7",
"readable-blob-stream": "^1.1.0",
"scroll-into-view": "~1.3.1",
"strftime": "^0.9.2",
"tap-tempo": "~0.0.0",
"teoria": "~0.4.0",
"through": "~2.3.4",
"wav": "~1.0.1",
"wave-recorder": "^2.3.0",
"web-midi": "^2.1.0",
"xtend": "^4.0.1"
},
"devDependencies": {
"electron": "~1.6.15",
"electron-rebuild": "^1.6.0"
}
}