34 lines
784 B
JSON
34 lines
784 B
JSON
{
|
|
"name": "arav-dwelling",
|
|
"version": "21.7.0",
|
|
"description": "Arav's dwelling",
|
|
"homepage": "https://git.arav.top/Arav/Dwelling",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.arav.top/Arav/Dwelling"
|
|
},
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"homepage",
|
|
"dwelling",
|
|
"Arav"
|
|
],
|
|
"author": "Alexander \"Arav\" Andreev <me@arav.top> (https://arav.top)",
|
|
"license": "GPLv3",
|
|
"dependencies": {
|
|
"koa": "^2.13.1",
|
|
"koa-body": "^4.2.0",
|
|
"koa-pug": "^4.0.4",
|
|
"koa-range": "^0.3.0",
|
|
"koa-router": "^10.0.0",
|
|
"koa-static": "^5.0.0",
|
|
"moment": "^2.29.1",
|
|
"moment-timezone": "^0.5.33",
|
|
"mysql": "^2.18.1",
|
|
"node-fetch": "^2.6.1"
|
|
}
|
|
}
|