20 lines
441 B
JSON
20 lines
441 B
JSON
|
{
|
||
|
"name": "nextcloud-app-radio",
|
||
|
"version": "0.7.0",
|
||
|
"description": "Radio app for Nextcloud",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://git.project-insanity.org/onny/nextcloud-app-radio.git"
|
||
|
},
|
||
|
"author": "Jonas Heinrich",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"howler": "^2.2.0",
|
||
|
"jquery": "^3.5.1"
|
||
|
}
|
||
|
}
|