forked from ph101pp/jquery-cover
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cover.jquery.json
32 lines (31 loc) · 831 Bytes
/
cover.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
{
"name": "cover",
"title": "jQuery Cover",
"description": "CSS3 background-size:cover behavior cross browser compatible",
"keywords": [
"background",
"image",
"css3",
"background-size",
"cover",
"fullscreen"
],
"version": "1.0.0",
"author": {
"name": "Philipp Adrian",
"url": "http://www.philippadrian.com"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"bugs": "https://github.com/greenish/jquery-cover/issues",
"homepage": "https://github.com/greenish/jquery-cover",
"docs": "https://github.com/greenish/jquery-cover",
"download": "https://github.com/greenish/jquery-cover",
"dependencies": {
"jquery": ">=1.5"
}
}