kannon-client/package.json

23 lines
506 B
JSON

{
"name": "kannon-client",
"version": "0.0.1",
"description": "a multi room audio player",
"main": "kannon-client.js",
"scripts": {
"postinstall": "(cd libs/speaker && npm install);"
},
"keywords": [
"audio",
"player",
"multi room"
],
"author": "Daniel Sommer <daniel.sommer@velvettear.de>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://git.velvettear.de/velvettear/kannon-client.git"
},
"dependencies": {
"moment": "^2.29.1"
}
}