UNPKG

@betaweb/lightbox

Version:

A simple JavaScript class to generate images Lightbox

37 lines 926 B
{ "name": "@betaweb/lightbox", "version": "1.1.2", "description": "A simple JavaScript class to generate images Lightbox", "scripts": { "watch": "parcel watch src/Lightbox.ts -d build -o lightbox", "demo": "parcel serve example/index.html", "dist": "parcel build index.js -o lightbox.min.js", "styles": "parcel build src/style.css -o lightbox.min.css", "build": "npm run dist && npm run styles" }, "repository": { "type": "git", "url": "git+https://github.com/betaWeb/lightbox.git" }, "keywords": [ "lightbox", "customelement", "html", "javascript", "typescript", "class", "custom", "element", "image" ], "author": "Cyprien GLEPIN <betaweb34@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/betaWeb/lightbox/issues" }, "homepage": "https://github.com/betaWeb/lightbox#readme", "devDependencies": { "parcel-bundler": "^1.12.4", "typescript": "^4.0.5" } }