akf-forum/package.json

31 lines
696 B
JSON
Raw Normal View History

2022-02-26 21:12:54 +03:00
{
"name": "akf-lang",
2022-03-26 23:28:21 +03:00
"version": "2.1.2",
2022-03-13 16:06:25 +03:00
"description": "A forum script written in Node.js",
2022-02-26 21:12:54 +03:00
"main": "index.js",
"scripts": {
"start": "node index.js",
"restart": "node reset.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Akif9748/akf-lang.git"
2022-02-26 21:12:54 +03:00
},
"author": "Akif9748",
2022-03-13 16:06:25 +03:00
"contributors": [
"Camroku"
],
2022-02-26 21:12:54 +03:00
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Akif9748/akf-lang/issues"
2022-02-26 21:12:54 +03:00
},
"homepage": "https://github.com/Akif9748/akf-lang#readme",
2022-02-26 21:12:54 +03:00
"dependencies": {
"body-parser": "^1.19.2",
"ejs": "^3.1.6",
"express": "^4.17.3",
"express-session": "^1.17.2",
"quick.db": "^7.1.3"
}
2022-03-13 17:12:28 +03:00
}