forked from drien/jquery-flipster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
flipster.jquery.json
35 lines (35 loc) · 889 Bytes
/
flipster.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
{
"name": "flipster",
"title": "jQuery.Flipster",
"description": "jQuery plugin for creating responsive 'cover flow' style image carousels.",
"keywords": [
"coverflow",
"slider",
"carousel"
],
"version": "0.2.0",
"author": {
"name": "Adrien Delessert",
"url": "http://a.drien.com",
"email":"[email protected]"
},
"maintainers": [
{
"name": "Adrien Delessert",
"url": "http://a.drien.com",
"email":"[email protected]"
}
],
"licenses": [
{
"type": "WTFPL",
"url": "http://www.wtfpl.net/"
}
],
"bugs": "https://github.com/drien/jquery-flipster/issues",
"homepage": "https://github.com/drien/jquery-flipster",
"docs": "https://github.com/drien/jquery-flipster",
"dependencies": {
"jquery": ">=1.8"
}
}