theforum/package.json

18 lines
331 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.2.1-a",
"body-parser": "^1.19.1",
"ejs": "^3.1.6",
"express": "^4.17.2"
}
}