33 lines
595 B
JSON
33 lines
595 B
JSON
|
{
|
||
|
"name": "glightbox",
|
||
|
"description": "JavaScript animation engine",
|
||
|
"main": "dist/js/glightbox.js",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/mcstudios/glightbox"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"lightbox",
|
||
|
"javascript",
|
||
|
"gallery",
|
||
|
"popup"
|
||
|
],
|
||
|
"authors": [
|
||
|
"MC Studios <manuel@mcstudios.com.mx>"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"homepage": "https://glightbox.mcstudios.com.mx",
|
||
|
"ignore": [
|
||
|
"**/.*",
|
||
|
"node_modules",
|
||
|
"bower_components",
|
||
|
"*.psd",
|
||
|
"demo",
|
||
|
"test",
|
||
|
"tests"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"glightbox": "^3.3.0"
|
||
|
}
|
||
|
}
|