CinemaPress/package.json

63 lines
1.6 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": {
"pm2": "4.2.3",
2020-03-19 01:37:52 +01:00
"whois": "2.12.0",
2019-10-09 04:17:56 +02:00
"async": "3.1.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",
2019-10-01 21:34:02 +02:00
"cookie-parser": "1.4.4",
"ejs": "3.0.1",
2019-11-03 21:28:55 +01:00
"eval": "0.1.4",
2019-10-09 04:17:56 +02:00
"express": "4.17.1",
2019-10-01 21:34:02 +02:00
"html-entities": "1.2.1",
"html-minifier": "4.0.0",
"i18n": "0.8.4",
2019-10-09 04:17:56 +02:00
"imap": "0.8.19",
"ip-range-check": "0.2.0",
"isbot": "2.5.4",
2019-10-09 04:17:56 +02:00
"limax": "2.0.0",
"mailparser-mit": "1.0.0",
2019-11-15 04:08:38 +01:00
"mimemessage": "1.0.5",
"maxmind": "4.1.0",
2019-10-09 04:17:56 +02:00
"md5": "2.2.1",
"memcached": "2.2.2",
2019-10-01 21:34:02 +02:00
"moment": "2.24.0",
"multer": "1.4.2",
"mysql": "2.17.1",
2019-10-09 04:17:56 +02:00
"os-utils": "0.0.14",
"request": "2.88.0",
"sharp": "0.23.4",
2019-10-01 21:34:02 +02:00
"sinoni": "1.2.5",
"ua-parser-js": "0.7.21",
"nodemailer": "6.4.2",
2020-01-18 04:09:13 +01:00
"lru-cache": "5.1.1",
"adop": "2.2.1",
2020-01-28 02:15:42 +01:00
"object-path": "0.11.4",
"react": "16.12.0",
"react-dom": "16.12.0",
"avataaars": "1.2.1",
"@dicebear/avatars": "4.0.2",
"@dicebear/avatars-avataaars-sprites": "4.0.2"
2019-10-01 21:34:02 +02:00
},
"devDependencies": {
"prettier": "1.19.1"
2019-10-01 21:34:02 +02:00
}
}