picturefill
Version:
A responsive image polyfill.
19 lines (18 loc) • 424 B
JSON
{
"name": "scottjehl/picturefill",
"description": "A responsive image polyfill for <picture>, srcset, sizes, and more.",
"type": "component",
"homepage": "http://scottjehl.github.com/picturefill/",
"license": "MIT",
"extra": {
"component": {
"scripts": [
"dist/picturefill.js"
],
"files": [
"dist/picturefill.min.js",
"extensions/ie8-mq-shim.js"
]
}
}
}