Dwelling/package.json

34 lines
785 B
JSON
Raw Normal View History

2021-02-10 01:01:50 +04:00
{
"name": "arav-dwelling",
2021-03-13 16:08:47 +04:00
"version": "21.10.0",
2021-02-10 01:01:50 +04:00
"description": "Arav's dwelling",
2021-02-20 22:45:42 +04:00
"homepage": "https://git.arav.top/Arav/Dwelling",
"repository": {
"type": "git",
"url": "https://git.arav.top/Arav/Dwelling"
},
2021-02-10 01:01:50 +04:00
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"homepage",
"dwelling",
"Arav"
],
2021-02-20 22:45:42 +04:00
"author": "Alexander \"Arav\" Andreev <me@arav.top> (https://arav.top)",
2021-02-10 01:01:50 +04:00
"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"
}
}