29 lines
651 B
JSON
29 lines
651 B
JSON
{
|
|
"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"
|
|
}
|