2022-01-17 08:04:31 +01:00
|
|
|
{
|
|
|
|
"name": "theforum",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
2023-03-28 01:07:45 +02:00
|
|
|
"bdb.js": "^0.3.5",
|
2022-01-23 05:37:20 +01:00
|
|
|
"body-parser": "^1.19.1",
|
2022-01-17 08:04:31 +01:00
|
|
|
"ejs": "^3.1.6",
|
2022-05-19 12:09:29 +02:00
|
|
|
"express": "^4.17.2",
|
|
|
|
"hashcode.js": "^2.2.1"
|
2022-01-17 08:04:31 +01:00
|
|
|
}
|
|
|
|
}
|