mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-02-06 00:36:13 +08:00
27 lines
573 B
JSON
27 lines
573 B
JSON
{
|
|
"name": "ggwave",
|
|
"version": "0.4.1",
|
|
"description": "Tiny data-over-sound library",
|
|
"main": "ggwave.js",
|
|
"scripts": {
|
|
"test": "echo \"todo: add tests\" && exit 0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ggerganov/ggwave.git"
|
|
},
|
|
"keywords": [
|
|
"data-over-sound",
|
|
"fsk",
|
|
"sound-library",
|
|
"ultrasound",
|
|
"ecc"
|
|
],
|
|
"author": "Georgi Gerganov",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/ggerganov/ggwave/issues"
|
|
},
|
|
"homepage": "https://github.com/ggerganov/ggwave#readme"
|
|
}
|