forked from FormstoneClassic/Boxer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathboxer.jquery.json
More file actions
33 lines (33 loc) · 830 Bytes
/
boxer.jquery.json
File metadata and controls
33 lines (33 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "boxer",
"version": "3.3.0",
"title": "Boxer",
"author": {
"name": "Ben Plum",
"email": "mr@benplum.com",
"url": "http://www.benplum.com"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"dependencies": {
"jquery": ">=1.7"
},
"description": "A jQuery plugin for displaying images, videos or content in a modal overlay. Part of the Formstone Library.",
"keywords": [
"modal",
"slideshow",
"ui",
"javascript",
"jquery",
"formstone"
],
"docs": "http://classic.formstone.it/boxer/",
"demo": "http://classic.formstone.it/boxer/",
"download": "https://github.com/FormstoneClassic/Boxer",
"bugs": "https://github.com/FormstoneClassic/Boxer/issues",
"homepage": "http://classic.formstone.it/boxer/"
}