diff --git a/README.md b/README.md index 9a33a79..e653812 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,13 @@ ### *css3-mediaqueries.js* - CSS Helper and CSS3 Media Queries Enabler -***Author:*** Wouter van der Graaf +***Author:*** [Wouter van der Graaf](https://github.com/woutervandergraaf) + ***License:*** MIT + ***Website:*** ***Browser support:*** IE 5+, Firefox 1+ and Safari 2. + Firefox 3.5+, Opera 7+, Safari 3+ and Chrome already offer native support. #### W3C Media Queries spec: @@ -18,4 +21,4 @@ Write your media queries like you would for browsers with native support. The sc >Note: Doesn't work on `@import`'ed stylesheets (which you shouldn't use anyway for performance reasons). Also won't listen to the media attribute of the <link> and <style> elements. -####Note: this fork has patches/fixes that are not available in the original Google Code repo \ No newline at end of file +####Note: this fork has patches/fixes that are not available in the original Google Code repo diff --git a/package.json b/package.json new file mode 100644 index 0000000..6d34f95 --- /dev/null +++ b/package.json @@ -0,0 +1,20 @@ +{ + "name": "css3-mediaqueries-js", + "description": "Write your media queries like you would for browsers with native support.", + "version": "1.0.0", + "homepage": "http://code.google.com/p/css3-mediaqueries-js/", + "author": { + "name": "Wouter van der Graaf", + "url": "https://github.com/woutervandergraaf" + }, + "repository": { + "type": "git", + "url": "https://github.com/livingston/css3-mediaqueries-js" + }, + "keywords": [ + "CSS Helper", + "Media Queries", + "CSS3" + ], + "license": "MIT" +}