CinemaPress/package.json

52 lines
1.3 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": {
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",
2019-10-09 04:17:56 +02:00
"ejs": "2.7.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",
2019-10-09 04:17:56 +02:00
"i18n": "0.8.3",
"imap": "0.8.19",
"ip-range-check": "0.2.0",
"isbot": "2.4.2",
"limax": "2.0.0",
2019-10-01 21:34:02 +02:00
"mailparser": "2.7.1",
"maxmind": "3.1.2",
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",
2019-10-01 21:34:02 +02:00
"sharp": "0.23.1",
"sinoni": "1.2.5",
2019-11-05 23:41:20 +01:00
"ua-parser-js": "0.7.20",
"nodemailer": "6.3.1"
2019-10-01 21:34:02 +02:00
},
"devDependencies": {
"prettier": "1.18.2"
}
}