18 lines
358 B
JSON
18 lines
358 B
JSON
{
|
|
"name": "theforum",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"bdb.js": "^0.3.3",
|
|
"body-parser": "^1.19.1",
|
|
"ejs": "^3.1.6",
|
|
"express": "^4.17.2",
|
|
"hashcode.js": "^2.2.1"
|
|
}
|
|
}
|