mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-15 23:08:22 +01:00
22 lines
570 B
JavaScript
22 lines
570 B
JavaScript
|
/*
|
||
|
|
||
|
PokeTube is a Free/Libre youtube front-end !
|
||
|
|
||
|
Copyright (C) 2021-2022 POKETUBE
|
||
|
|
||
|
This file is Licensed under LGPL-3.0-or-later. Poketube itself is GPL, Only this file is LGPL.
|
||
|
|
||
|
see a copy here:https://www.gnu.org/licenses/lgpl-3.0.txt
|
||
|
|
||
|
please dont remove this comment while sharing this code
|
||
|
|
||
|
*/
|
||
|
|
||
|
module.exports =
|
||
|
{
|
||
|
fetcher:require("../libpoketube/libpoketube-fetcher.js"),
|
||
|
core:require("../libpoketube/libpoketube-core.js"),
|
||
|
musicInfo:require("music-info"),
|
||
|
wiki:require("wikipedia"),
|
||
|
version:"libpoketube-1.1-git"
|
||
|
}
|