diff --git a/package.json b/package.json new file mode 100644 index 0000000..07c2559 --- /dev/null +++ b/package.json @@ -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" +}