Add basic package.json

This commit is contained in:
Andreas B 2020-04-12 16:02:50 +02:00
parent da3f1aad0f
commit ae26dd844d

14
package.json Normal file
View File

@ -0,0 +1,14 @@
{
"name": "jellyfin-chromecast",
"version": "3.0.0",
"description": "Cast receiver for Jellyfin",
"license": "GPL-2.0-or-later",
"repository": {
"type": "git",
"url": "git+https://github.com/jellyfin/jellyfin-chromecast.git"
},
"bugs": {
"url": "https://github.com/jellyfin/jellyfin-chromecast/issues"
},
"homepage": "https://jellyfin.org/"
}