- feature: add SSID whitelist/blacklist as well as IP based SSID auth - Add user_config_README.md - Update user_config.example.json - Update README.md - update: wtv-1800:/finish-prereg: send tellyscript on relogin if tellyscripts are enabled, and wtv-script-id == 0 (no tellyscript) - Allow definition of custom ServiceVault paths - feature: app.js: add `bind_ip` option to specify an IP to bind to, instead of `0.0.0.0` - feature: custom service logos and better wtv-home:/splash
33 lines
777 B
JSON
33 lines
777 B
JSON
{
|
|
"name": "zefie_wtvp_minisrv",
|
|
"version": "0.9.4",
|
|
"description": "WebTV Service (WTVP) Emulation Server",
|
|
"main": "app.js",
|
|
"homepage": "https://github.com/zefie/zefie_wtvp_minisrv",
|
|
"license": "GPL3",
|
|
"author": {
|
|
"name": "zefie",
|
|
"email": "zefie@zefie.net",
|
|
"url": "https://zef.pw/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/zefie/zefie_wtvp_minisrv/issues"
|
|
},
|
|
"funding": {
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/zefie"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/zefie/zefie_wtvp_minisrv.git"
|
|
},
|
|
"dependencies": {
|
|
"crypto-js": "^4.0.0",
|
|
"easy-crc": "0.0.2",
|
|
"endianness": "^8.0.2",
|
|
"mime-types": "^2.1.31",
|
|
"proxy-agent": "^5.0.0",
|
|
"strftime": "^0.10.0"
|
|
}
|
|
}
|