1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "name": "lightbox2",
- "homepage": "http://lokeshdhakar.com/projects/lightbox2/",
- "authors": [
- "Lokesh Dhakar <lokesh.dhakar@gmail.com>"
- ],
- "description": "The original Lightbox script. Uses jQuery.",
- "main": [
- "./dist/js/lightbox.js",
- "./dist/css/lightbox.css",
- "./dist/images/close.png",
- "./dist/images/loading.gif",
- "./dist/images/next.png",
- "./dist/images/prev.png"
- ],
- "keywords": [
- "lightbox",
- "lightbox2",
- "overlay",
- "gallery",
- "slideshow",
- "images"
- ],
- "license": "MIT",
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components"
- ],
- "dependencies": {
- "jquery": "~2"
- },
- "version": "2.9.0",
- "_release": "2.9.0",
- "_resolution": {
- "type": "version",
- "tag": "v2.9.0",
- "commit": "3c792b46c0e5dd6923f9d71db8cad611beef8050"
- },
- "_source": "https://github.com/lokesh/lightbox2.git",
- "_target": "^2.9.0",
- "_originalSource": "lightbox2",
- "_direct": true
- }
|