picturefill
Version:
A responsive image polyfill.
33 lines • 606 B
JSON
{
"name": "picturefill",
"repo": "scottjehl/picturefill",
"description": "A polyfill for responsive images (http://picture.responsiveimages.org/) that you can use today.",
"main": "dist/picturefill.js",
"scripts": [
"dist/picturefill.js"
],
"license": "MIT",
"homepage": "http://scottjehl.github.com/picturefill/",
"authors": [
"Scott Jehl <scottjehl@gmail.com>"
],
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"picture",
"srcset",
"polyfill"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"examples",
"perf-test"
]
}