Feat: Multiplayer sessions added using CRUD database.

This commit is contained in:
2026-02-10 11:49:38 +00:00
parent bbbd21d4ad
commit fa81fddbd4
6850 changed files with 808827 additions and 8 deletions

40
node_modules/aos/bower.json generated vendored Executable file
View File

@@ -0,0 +1,40 @@
{
"name": "aos",
"version": "2.1.1",
"homepage": "git://github.com/michalsnik/aos.git",
"authors": [
"Michał Sajnóg <michal.sajnog@hotmail.com>"
],
"main": [
"dist/aos.js",
"dist/aos.css"
],
"moduleType": [
"amd",
"globals",
"node",
"es6"
],
"keywords": [
"scroll",
"css3",
"transition",
"transform",
"mousewheel",
"smooth",
"wow",
"animate"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
".gitignore",
"gulpfile.js",
"package.json"
],
"dependencies": {}
}