anipub
Version:
A simple Anime Watching Site using Nodejs
46 lines (45 loc) • 1.08 kB
JSON
{
"name": "anipub",
"version": "1.0.2",
"description": "A simple Anime Watching Site using Nodejs",
"keywords": [
"anime",
"anime-site",
"one-piece",
"naruto",
"attack-on-titan"
],
"homepage": "https://github.com/AnimePub/AniPub#readme",
"bugs": {
"url": "https://github.com/AnimePub/AniPub/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AnimePub/AniPub.git"
},
"license": "GPL-3.0",
"author": "Abdullah Al Adnan",
"type": "nodejs",
"main": "index.js",
"scripts": {
"start": "node backend/app.js",
"dev": "npx nodemon backend/app.js"
},
"dependencies": {
"bcrypt": "^6.0.0",
"cookie-parser": "^1.4.7",
"dotenv": "^16.5.0",
"ejs": "^3.1.10",
"express": "^4.21.2",
"express-session": "^1.18.2",
"js-beautify": "^1.15.4",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.10.0",
"morgan": "^1.10.0",
"nodemailer": "^7.0.5",
"nodemon": "^3.1.10",
"passport": "^0.7.0",
"passport-google-oauth20": "^2.0.0"
},
"devDependencies": {}
}