kannon-client/package.json

22 lines
448 B
JSON
Raw Normal View History

2022-04-14 14:25:48 +02:00
{
"name": "kannon-client",
"version": "0.0.1",
"description": "a multi room audio player",
"main": "kannon-client.js",
"scripts": {},
"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"
}
}