first commit

This commit is contained in:
2026-01-16 14:13:44 +08:00
commit 903ff8d495
34603 changed files with 8585054 additions and 0 deletions

27
WebRoot/node_modules/jquery-backstretch/bower.json generated vendored Normal file
View File

@ -0,0 +1,27 @@
{
"name": "jquery-backstretch",
"description": "A simple jQuery plugin that allows you to add a dynamically-resized, slideshow-capable background image to any page or element.",
"version": "2.1.15",
"homepage": "http://www.jquery-backstretch.com/",
"author": {
"name": "Scott Robbin",
"email": "scott@robbin.co",
"url": "http://srobbin.com"
},
"main": ["jquery.backstretch.js"],
"dependencies": {
"jquery": ">=1.9.x"
},
"repository": {
"type": "git",
"url": "git://github.com/jquery-backstretch/jquery-backstretch.git"
},
"ignore": [
"Gruntfile.js",
"examples",
"libs",
"test",
".gitignore",
"src"
]
}