This repository has been archived on 2024-05-09. You can view files and clone it, but cannot push or open issues or pull requests.
icytv/package.json

39 lines
963 B
JSON
Raw Normal View History

2018-08-06 13:16:24 +00:00
{
"name": "icytv",
"version": "2.0.0",
"description": "IcyTV - nginx-rtmp-server authenticator",
2018-08-06 13:16:24 +00:00
"main": "index.js",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack -w --mode=development --log-level=debug",
"build": "webpack -p"
},
"devDependencies": {
"bootstrap": "^4.3.1",
"copy-webpack-plugin": "^5.0.2",
2018-08-06 13:16:24 +00:00
"file-loader": "^1.1.11",
"hls.js": "^0.10.1",
"jquery": "^3.4.1",
2018-08-06 13:16:24 +00:00
"popper.js": "^1.14.4",
"webpack": "^4.16.4",
"webpack-command": "^0.4.1"
},
"dependencies": {
"body-parser": "^1.18.3",
2019-10-23 08:38:14 +00:00
"connect-redis": "^4.0.3",
"ejs": "^2.6.1",
"express": "^4.16.4",
"express-async-errors": "^3.1.1",
"express-session": "^1.16.1",
"nunjucks": "^3.2.0",
2019-10-23 08:41:12 +00:00
"redis": "^2.8.0",
"request": "^2.88.0",
"sqlite": "^3.0.3",
"toml": "^3.0.0",
"uuid": "^3.3.2",
2019-10-23 13:43:57 +00:00
"ws": "^7.2.0",
"xml2js": "^0.4.22"
2018-08-06 13:16:24 +00:00
}
}