diff --git a/component.json b/component.json new file mode 100644 index 00000000..39e05e6f --- /dev/null +++ b/component.json @@ -0,0 +1,12 @@ +{ + "name": "picturefill", + "repo": "scottjehl/picturefill", + "description": "A Responsive Images approach that you can use today!", + "version": "0.1.0", + "main": "picturefill.js", + "scripts": [ + "picturefill.js", + "external/matchmedia.js" + ], + "licence": "MIT/GPLv2" +}