CinemaPress/package.json

69 lines
1.7 KiB
JSON
Raw Normal View History

2019-10-01 21:34:02 +02:00
{
"name": "cinemapress",
"version": "4.0.0",
"description": "CinemaPress - Watch Movies and TV Shows Online Streaming Portal CMS Open Source Script",
"license": "MIT",
"author": "CinemaPress <support@cinemapress.io>",
"scripts": {
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/CinemaPress/CinemaPress.git"
},
"bugs": {
"url": "https://github.com/CinemaPress/CinemaPress/issues"
},
"homepage": "https://CinemaPress.io/",
"dependencies": {
2021-01-09 03:51:30 +01:00
"pm2": "4.5.1",
"whois": "2.13.3",
2020-05-01 21:48:52 +02:00
"async": "3.2.0",
2019-10-01 21:34:02 +02:00
"base64-stream": "1.0.0",
2019-10-09 04:17:56 +02:00
"body-parser": "1.19.0",
"cheerio": "1.0.0-rc.3",
2020-05-01 21:48:52 +02:00
"cookie-parser": "1.4.5",
"ejs": "3.1.5",
2019-11-03 21:28:55 +01:00
"eval": "0.1.4",
2019-10-09 04:17:56 +02:00
"express": "4.17.1",
2020-05-01 21:48:52 +02:00
"html-entities": "1.3.1",
2019-10-01 21:34:02 +02:00
"html-minifier": "4.0.0",
"i18n": "0.13.2",
2019-10-09 04:17:56 +02:00
"imap": "0.8.19",
"ip-range-check": "0.2.0",
"isbot": "3.0.17",
"limax": "2.1.0",
"mailparser-mit": "1.0.0",
2019-11-15 04:08:38 +01:00
"mimemessage": "1.0.5",
"maxmind": "4.3.1",
"md5": "2.3.0",
"moment": "2.29.1",
2019-10-01 21:34:02 +02:00
"multer": "1.4.2",
2020-05-01 21:48:52 +02:00
"mysql": "2.18.1",
2019-10-09 04:17:56 +02:00
"os-utils": "0.0.14",
2020-05-01 21:48:52 +02:00
"request": "2.88.2",
"sharp": "0.26.3",
2019-10-01 21:34:02 +02:00
"sinoni": "1.2.5",
"ua-parser-js": "0.7.22",
"nodemailer": "6.4.16",
"lru-cache": "6.0.0",
2020-04-10 20:27:43 +02:00
"adop": "2.3.0",
"object-path": "0.11.5",
"react": "16.13.1",
"react-dom": "16.13.1",
"avataaars": "1.2.1",
"@dicebear/avatars": "4.4.1",
"@dicebear/avatars-avataaars-sprites": "4.4.1",
2020-10-01 03:21:01 +02:00
"node-telegram-bot-api": "0.50.0",
"diskusage": "1.1.3",
"axios": "0.21.1",
2021-01-24 22:57:57 +01:00
"mnemonist": "0.38.1",
"xml-js": "1.6.11",
"htmlparser2": "6.0.0",
"htmlmetaparser": "2.1.1"
2019-10-01 21:34:02 +02:00
},
"devDependencies": {
"prettier": "2.2.1"
2019-10-01 21:34:02 +02:00
}
}