2022-02-26 21:12:54 +03:00
|
|
|
{
|
2022-04-06 21:14:46 +03:00
|
|
|
"name": "akf-forum",
|
2022-09-01 15:19:19 +03:00
|
|
|
"version": "4.3.1",
|
2022-08-26 16:27:29 +03:00
|
|
|
"description": "A Node.js based forum software",
|
2022-02-26 21:12:54 +03:00
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2022-08-26 16:27:29 +03:00
|
|
|
"start": "node ."
|
2022-02-26 21:12:54 +03:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2022-04-06 21:14:46 +03:00
|
|
|
"url": "git+https://github.com/Akif9748/akf-forum.git"
|
2022-02-26 21:12:54 +03:00
|
|
|
},
|
|
|
|
"author": "Akif9748",
|
2022-03-13 16:06:25 +03:00
|
|
|
"contributors": [
|
2022-08-26 16:27:29 +03:00
|
|
|
"Camroku",
|
|
|
|
"Tokmak"
|
2022-03-13 16:06:25 +03:00
|
|
|
],
|
2022-02-26 21:12:54 +03:00
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
"bugs": {
|
2022-04-06 21:14:46 +03:00
|
|
|
"url": "https://github.com/Akif9748/akf-forum/issues"
|
2022-02-26 21:12:54 +03:00
|
|
|
},
|
2022-08-28 15:00:53 +03:00
|
|
|
"engines": {
|
|
|
|
"node": ">=16"
|
|
|
|
},
|
|
|
|
"homepage": "https://akf-forum.glitch.me/",
|
2022-02-26 21:12:54 +03:00
|
|
|
"dependencies": {
|
2022-08-09 19:16:34 +03:00
|
|
|
"bcrypt": "^5.0.1",
|
2022-02-26 21:12:54 +03:00
|
|
|
"body-parser": "^1.19.2",
|
2022-08-09 19:16:34 +03:00
|
|
|
"dotenv": "^16.0.1",
|
2022-02-26 21:12:54 +03:00
|
|
|
"ejs": "^3.1.6",
|
|
|
|
"express": "^4.17.3",
|
2022-08-29 19:31:59 +03:00
|
|
|
"express-ip-block": "^0.1.2",
|
2022-08-10 00:22:12 +03:00
|
|
|
"express-rate-limit": "^6.5.1",
|
2022-02-26 21:12:54 +03:00
|
|
|
"express-session": "^1.17.2",
|
2022-08-31 16:57:09 +03:00
|
|
|
"mongoose": "^6.5.1"
|
2022-02-26 21:12:54 +03:00
|
|
|
}
|
2022-08-28 15:01:02 +03:00
|
|
|
}
|