forked from aFarkas/respimage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
32 lines (32 loc) · 783 Bytes
/
bower.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": "respimage",
"repo": "afarkas/respimage",
"version": "1.4.2",
"main": "respimage.min.js",
"scripts": [
"respimage.min.js"
],
"license": "MIT",
"authors": [
"Alexander Farkas <info@corrupt-system.de>"
],
"moduleType": [
"globals"
],
"description": "The fast, lightweight and reliable polyfill for responsive images (i.e. picture element and the srcset, sizes and media attributes).",
"keywords": ["responsive", "image", "responsive images", "picture", "srcset", "polyfill", "respimg", "respimage", "picturefill", "performance", "bandwidth"],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"cfg",
"test",
"tests",
"index.html",
"Gruntfile.js",
"how-respimg-works.md",
"component.json",
"package.json",
"Authors.txt"
]
}