-
Notifications
You must be signed in to change notification settings - Fork 146
/
movingboxes.jquery.json
40 lines (40 loc) · 1.11 KB
/
movingboxes.jquery.json
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
34
35
36
37
38
39
40
{
"name": "movingboxes",
"title": "MovingBoxes",
"version": "2.3.4",
"description": "This slider is similar to AnythingSlider, but it can enlarge (zoom in) the current panel content. Fun!",
"author": {
"name": "Chris Coyier",
"url": "https://github.com/chriscoyier"
},
"maintainers": [
{
"name": "Rob Garrison",
"url": "https://github.com/Mottie"
}
],
"licenses": [
{
"type": "GPL3",
"url": "https://github.com/CSS-Tricks/MovingBoxes/blob/master/license.txt"
}
],
"bugs": "https://github.com/CSS-Tricks/MovingBoxes/issues",
"homepage": "http://css-tricks.com/moving-boxes/",
"docs": "https://github.com/CSS-Tricks/MovingBoxes/wiki",
"demo": "http://css-tricks.github.com/MovingBoxes/",
"dependencies": {
"jquery": ">=1.4.2"
},
"keywords": [
"slider",
"resizable",
"zoom"
],
"files": [
"css/movingboxes.css",
"css/movingboxes-ie.css",
"js/jquery.movingboxes.js",
"js/jquery.movingboxes.min.js"
]
}