{ "name": "lightbox2", "homepage": "http://lokeshdhakar.com/projects/lightbox2/", "authors": [ "Lokesh Dhakar " ], "description": "The original Lightbox script. Uses jQuery.", "main": [ "./dist/js/lightbox.js", "./dist/css/lightbox.css" ], "keywords": [ "lightbox", "lightbox2", "overlay", "gallery", "slideshow", "images" ], "license": "MIT", "ignore": [ "**/.*", "node_modules", "bower_components" ], "dependencies": { "jquery": ">2" } }