UNPKG

863 BJSONView Raw
1{
2 "name": "lightgallery",
3 "version": "2.2.1",
4 "description": "lightGallery is a feature-rich, modular JavaScript gallery plugin for building beautiful image and video galleries for the web and the mobile",
5 "keywords": [
6 "JavaScript",
7 "Gallery",
8 "Video",
9 "slider",
10 "lightBox"
11 ],
12 "main": "lightgallery.umd.js",
13 "min": "lightgallery.min.js",
14 "module": "lightgallery.es5.js",
15 "typings": "index.d.ts",
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/sachinchoolur/lightGallery"
19 },
20 "homepage": "https://www.lightgalleryjs.com/",
21 "bugs": {
22 "url": "https://github.com/sachinchoolur/lightGallery/issues"
23 },
24 "license": "GPLv3",
25 "author": {
26 "name": "Sachin Neravath",
27 "email": "sachi77n@gmail.com",
28 "url": "https://github.com/sachinchoolur"
29 },
30 "engines": {
31 "node": ">=6.0.0"
32 }
33}
\No newline at end of file