Feat: Multiplayer sessions added using CRUD database.
This commit is contained in:
40
node_modules/aos/bower.json
generated
vendored
Executable file
40
node_modules/aos/bower.json
generated
vendored
Executable 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": {}
|
||||
}
|
||||
Reference in New Issue
Block a user