This commit is contained in:
Lewis Moten
2024-04-30 21:14:23 -04:00
parent c0c667586f
commit 19566f5996

28
package.json Normal file
View File

@@ -0,0 +1,28 @@
{
"name": "data-over-audio",
"version": "1.0.0",
"description": "Transfer data via Web Audio API",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lewismoten/data-over-audio.git"
},
"keywords": [
"Web",
"Audio",
"API",
"audio",
"data",
"transfer",
"communications"
],
"author": "Lewis Edward Moten III",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/lewismoten/data-over-audio/issues"
},
"homepage": "https://github.com/lewismoten/data-over-audio#readme"
}