-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 763 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 763 Bytes
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
{
"name": "halfstack-demo",
"version": "1.0.0",
"description": "React to music with the raspberry pi!",
"main": "src/app.js",
"scripts": {
"start": "node ./lib/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CameronDiver/halfstack-demo.git"
},
"author": "Cameron Diver & Theodor Gherzen (cameron@balena.io theodor@balena.io)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/CameronDiver/halfstack-demo/issues"
},
"homepage": "https://github.com/CameronDiver/halfstack-demo#readme",
"dependencies": {
"audio-render": "^2.0.1",
"cd-rpi-rgb-led-matrix": "^0.3.2",
"d3-color": "^1.2.3",
"d3-interpolate": "^1.3.2",
"lodash": "^4.17.11",
"mic": "^2.1.2"
}
}