forked from numexai/cyberbeats
13 lines
277 B
JSON
13 lines
277 B
JSON
|
|
{
|
||
|
|
"name": "cyber-beats",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "Cyber Beats - 16-Step Web Audio Synth Drum Machine (pure Web Audio API, no mp3/wav)",
|
||
|
|
"main": "server.js",
|
||
|
|
"scripts": {
|
||
|
|
"start": "node server.js"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"express": "^4.19.2"
|
||
|
|
}
|
||
|
|
}
|