mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 06:57:03 +03:00
Optimize building process
This commit is contained in:
parent
f8a131e3bc
commit
35ef89c2a6
119 changed files with 18026 additions and 221 deletions
42
vendors/lightgallery/bower.json
vendored
Normal file
42
vendors/lightgallery/bower.json
vendored
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
{
|
||||
"name": "lightgallery",
|
||||
"version": "1.2.21",
|
||||
"description": "A lightweight, customizable, modular, responsive, lightbox gallery plugin for jQuery.",
|
||||
"main": [
|
||||
"dist/js/lightgallery.min.js",
|
||||
"dist/css/lightgallery.css",
|
||||
"dist/fonts/lg.eot",
|
||||
"dist/fonts/lg.svg",
|
||||
"dist/fonts/lg.ttf",
|
||||
"dist/fonts/lg.woff",
|
||||
"dist/img/loading.gif",
|
||||
"dist/img/video-play.png",
|
||||
"dist/img/vimeo-play.png",
|
||||
"dist/img/youtube-play.png"
|
||||
],
|
||||
"keywords": [
|
||||
"gallery",
|
||||
"lightbox",
|
||||
"image",
|
||||
"youtube",
|
||||
"vimeo"
|
||||
],
|
||||
"authors": [
|
||||
"Sachin N <sachi77n@gmail.com>"
|
||||
],
|
||||
"homepage": "http://sachinchoolur.github.io/lightGallery/",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/sachinchoolur/lightGallery.git"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"ignore": [
|
||||
"README.md"
|
||||
],
|
||||
"dependencies": {
|
||||
"jquery": ">=1.7.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"qunit": "~1.12.0"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue