%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 49.231.201.246 / Your IP : 216.73.216.248 Web Server : Apache/2.4.18 (Ubuntu) System : Linux 246 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 User : root ( 0) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/eoffice/frontend/web/assets/7bb46270/ |
Upload File : |
{ "name": "blueimp-gallery", "version": "2.17.0", "title": "blueimp Gallery", "description": "blueimp Gallery is a touch-enabled, responsive and customizable image and video gallery, carousel and lightbox, optimized for both mobile and desktop web browsers. It features swipe, mouse and keyboard navigation, transition effects, slideshow functionality, fullscreen support and on-demand content loading and can be extended to display additional content types.", "keywords": [ "image", "video", "gallery", "carousel", "lightbox", "mobile", "desktop", "touch", "responsive", "swipe", "mouse", "keyboard", "navigation", "transition", "effects", "slideshow", "fullscreen" ], "homepage": "https://github.com/blueimp/Gallery", "author": { "name": "Sebastian Tschan", "url": "https://blueimp.net" }, "repository": { "type": "git", "url": "git://github.com/blueimp/Gallery.git" }, "license": "MIT", "devDependencies": { "jshint": "2.8.0", "less": "2.5.3", "less-plugin-clean-css": "1.5.1", "uglify-js": "2.6.1" }, "scripts": { "test": "jshint js", "build:js": "cd js && uglifyjs blueimp-helper.js blueimp-gallery.js blueimp-gallery-fullscreen.js blueimp-gallery-indicator.js blueimp-gallery-video.js blueimp-gallery-vimeo.js blueimp-gallery-youtube.js -c -m -o blueimp-gallery.min.js --source-map blueimp-gallery.min.js.map", "build:jquery": "cd js && uglifyjs blueimp-gallery.js blueimp-gallery-fullscreen.js blueimp-gallery-indicator.js blueimp-gallery-video.js blueimp-gallery-vimeo.js blueimp-gallery-youtube.js jquery.blueimp-gallery.js -c -m -o jquery.blueimp-gallery.min.js --source-map jquery.blueimp-gallery.min.js.map", "build:less": "cd css && lessc --clean-css --source-map blueimp-gallery.less blueimp-gallery.min.css", "build": "npm run build:js && npm run build:jquery && npm run build:less", "preversion": "npm test", "version": "npm run build && git add -A js", "postversion": "git push --tags origin master master:gh-pages && npm publish" }, "jshintConfig": { "bitwise": true, "curly": true, "eqeqeq": true, "forin": true, "freeze": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonbsp": true, "nonew": true, "quotmark": true, "undef": true, "unused": true, "strict": true } }