mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 23:17:02 +03:00
Optimize building process
This commit is contained in:
parent
f8a131e3bc
commit
35ef89c2a6
119 changed files with 18026 additions and 221 deletions
58
vendors/lightgallery/package.json
vendored
Normal file
58
vendors/lightgallery/package.json
vendored
Normal file
|
|
@ -0,0 +1,58 @@
|
|||
{
|
||||
"name": "lightgallery",
|
||||
"version": "1.2.21",
|
||||
"description": "A lightweight, customizable, modular, responsive, lightbox gallery plugin for jQuery.",
|
||||
"keywords": [
|
||||
"jquery-plugin",
|
||||
"gallery",
|
||||
"lightbox",
|
||||
"image",
|
||||
"youtube",
|
||||
"vimeo",
|
||||
"dailymotion",
|
||||
"html5 videos",
|
||||
"thumbnails",
|
||||
"zoom",
|
||||
"fullscreen",
|
||||
"responsive",
|
||||
"touch",
|
||||
"drag"
|
||||
],
|
||||
"homepage": "http://sachinchoolur.github.io/lightGallery/",
|
||||
"bugs": {
|
||||
"url": "https://github.com/sachinchoolur/lightGallery/issues"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"author": {
|
||||
"name": "Sachin N",
|
||||
"email": "sachi77n@gmail.com",
|
||||
"url": "https://github.com/sachinchoolur"
|
||||
},
|
||||
"main": "dist/js/lightgallery.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sachinchoolur/lightGallery.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"jquery": ">=1.7.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "grunt"
|
||||
},
|
||||
"devDependencies": {
|
||||
"grunt": "^0.4.5",
|
||||
"grunt-contrib-clean": "^0.6.0",
|
||||
"grunt-contrib-concat": "^0.5.0",
|
||||
"grunt-contrib-connect": "^0.9.0",
|
||||
"grunt-contrib-copy": "^0.8.0",
|
||||
"grunt-contrib-cssmin": "^0.12.1",
|
||||
"grunt-contrib-jshint": "^0.10.0",
|
||||
"grunt-contrib-qunit": "^0.5.1",
|
||||
"grunt-contrib-sass": "^0.9.2",
|
||||
"grunt-contrib-uglify": "^0.7.0",
|
||||
"grunt-contrib-watch": "^0.6.1",
|
||||
"jshint-stylish": "^1.0.0",
|
||||
"load-grunt-tasks": "^2.0.0",
|
||||
"time-grunt": "^1.0.0"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue