theforum/package.json

18 lines
331 B
JSON
Raw Normal View History

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": {
"bdb.js": "^0.2.1-a",
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",
"express": "^4.17.2"
}
}