From cbbb3c6ca5b1db4a0e3b8dc4a712cd0c2cb0c1a1 Mon Sep 17 00:00:00 2001 From: Maxime Thirouin Date: Thu, 14 Feb 2013 22:19:55 -0800 Subject: [PATCH] Add component.json This should help to consume this awesome script with package managers like Bower & Component. --- component.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 component.json 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" +}