forked from bbc/Imager.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
34 lines (34 loc) · 676 Bytes
/
bower.json
File metadata and controls
34 lines (34 loc) · 676 Bytes
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
{
"name": "imager",
"main": "Imager.js",
"version": "0.1.0",
"homepage": "https://github.com/BBC-News/Imager.js",
"authors": [
"Mark McDonnell",
"Addy Osmani",
"Tom Maslen",
"Thomas Parisot"
],
"description": "Imager.js is an alternative solution to the issue of how to handle responsive image loading, created by developers at BBC News.",
"keywords": [
"responsive",
"srcset",
"picturefill",
"polyfill",
"shim",
"img",
"images",
"web",
"component"
],
"license": "Apache-2.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"Demo*",
"demos"
]
}