Skip to content

Commit

Permalink
Add component.json
Browse files Browse the repository at this point in the history
This should help to consume this awesome script with package managers like Bower & Component.
  • Loading branch information
MoOx committed Feb 15, 2013
1 parent 9aa22f5 commit cbbb3c6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions component.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit cbbb3c6

Please sign in to comment.