forked from matthisk/Respify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
respify.jquery.json
35 lines (35 loc) · 1.04 KB
/
respify.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" : "respify",
"title" : "jQuery Respify",
"description" : "Respify responsive image library. A simple responsive images library, which parses a image from a set of child span nodes with data-media and data-src attributes. It uses media queries to select images.",
"keywords" : [
"responsive-images",
"images",
"responsive",
"jquery",
"picture"
],
"version" : "0.4.2",
"author" : {
"name" : "Matthisk Heimensen",
"url" : "http://twitter.com/tthisk"
},
"maintainers": [
{
"name": "Matthisk Heimensen",
"url": "https://github.com/matthisk/Respify"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/matthisk/Respify/blob/master/LICENSE"
}
],
"bugs": "https://github.com/matthisk/Respify/issues",
"homepage": "https://github.com/matthisk/Respify",
"docs": "https://github.com/matthisk/Respify/blob/master/README.md",
"dependencies": {
"jquery": ">=1.5"
}
}