mirror of
https://github.com/Akif9748/akf-forum.git
synced 2024-10-31 19:25:04 +03:00
30 lines
696 B
JSON
30 lines
696 B
JSON
{
|
|
"name": "akf-lang",
|
|
"version": "2.1.2",
|
|
"description": "A forum script written in Node.js",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"restart": "node reset.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Akif9748/akf-lang.git"
|
|
},
|
|
"author": "Akif9748",
|
|
"contributors": [
|
|
"Camroku"
|
|
],
|
|
"license": "GPL-3.0-or-later",
|
|
"bugs": {
|
|
"url": "https://github.com/Akif9748/akf-lang/issues"
|
|
},
|
|
"homepage": "https://github.com/Akif9748/akf-lang#readme",
|
|
"dependencies": {
|
|
"body-parser": "^1.19.2",
|
|
"ejs": "^3.1.6",
|
|
"express": "^4.17.3",
|
|
"express-session": "^1.17.2",
|
|
"quick.db": "^7.1.3"
|
|
}
|
|
}
|