npm init
This commit is contained in:
28
package.json
Normal file
28
package.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user