historia-de-zainab/bower_components/jbox/package.json
2017-09-25 14:03:53 +02:00

23 lines
No EOL
793 B
JSON

{
"name": "jbox",
"version": "0.4.8",
"description": "jBox is a jQuery plugin that makes it easy to create customizable tooltips, modal windows, image galleries and more.",
"keywords": [
"jquery-plugin", "ecosystem:jquery", "tooltip", "modal", "window", "dialog", "confirm", "popup", "notice", "alert", "ui", "images", "lightbox"
],
"homepage": "https://stephanwagner.me/jBox",
"repository": {
"type" : "git",
"url" : "https://github.com/StephanWagner/jBox.git"
},
"bugs": {
"url": "https://github.com/StephanWagner/jBox/issues",
"email" : "stephanwagner.me@gmail.com"
},
"author": "Stephan Wagner <stephanwagner.me@gmail.com> (https://stephanwagner.me)",
"license": "MIT",
"dependencies": {
"jquery": ">=2.1"
},
"main": "Source/jBox.js"
}