| { | |
| "name": "jquery-modal", | |
| "main": [ | |
| "jquery.modal.js", | |
| "jquery.modal.css", | |
| "close.png", | |
| "spinner.gif" | |
| ], | |
| "homepage": "https://github.com/kylefox/jquery-modal", | |
| "authors": [ | |
| "Kyle Fox <kyle.fox@gmail.com>" | |
| ], | |
| "description": "A lightweight and easy to use modal plugin for jQuery.", | |
| "keywords": [ | |
| "jquery", | |
| "modal" | |
| ], | |
| "dependencies": { | |
| "jquery": "1.8.0 - 3.1.x" | |
| }, | |
| "license": "MIT" | |
| } |