-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1.24 KB
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 1.24 KB
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
{
"name": "iqe",
"description": "Mainly LX Studio / Chromatik project and Java code for Burning Man IQE HQ shade structure LEDznutz. Also contains python code and Jupyter notebooks for audio analysis with [Librosa](https://librosa.org/doc/latest/index.html), e.g. real time beat detection and sync.",
"version": "1.0.0",
"scripts": {
"start": "IQE_WEB_PORT=80 IQE_APP_OSC_TO_PORT=3232 IQE_APP_OSC_FROM_PORT=3333 IQE_EXCLUDE='/lx/modulation/.*Click/triggerOut|/lx/mixer/channel/.*/pattern/.*/syncTrigger|^/lx/palette/swatch/color/\\d+/primary(/(hue|saturation|brightness))?$' node scripts.js bridge # sigh /lx/tempo/(beat|trigger)",
"lxp": "node buildProject.js",
"wifi": "system_profiler SPAirPortDataType -json",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JohnnyMarnell/iqe.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/JohnnyMarnell/iqe/issues"
},
"homepage": "https://github.com/JohnnyMarnell/iqe#readme",
"dependencies": {
"express": "^4.18.2",
"j5-midi": "github:JohnnyMarnell/j5-midi",
"osc-js": "^2.4.0",
"rangetouch": "^2.0.1"
},
"devDependencies": {
"tailwindcss": "^3.3.2"
}
}