From d38e199b070321d44affba246deeb73f157efed6 Mon Sep 17 00:00:00 2001 From: samot Date: Fri, 25 Feb 2011 23:06:55 +1000 Subject: [PATCH] Modernizr is one of the most well written libraries I have seen. Keep it up gentlemen --- ajax/libs/modernizr/package.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 ajax/libs/modernizr/package.json diff --git a/ajax/libs/modernizr/package.json b/ajax/libs/modernizr/package.json new file mode 100644 index 000000000..e893c621e --- /dev/null +++ b/ajax/libs/modernizr/package.json @@ -0,0 +1,31 @@ +{ + "name": "modernizr", + "filename": "modernizr-1.7.min.js", + "versions": "1.7", + "description": "Modernizr adds classes to the element which allow you to target specific browser functionality in your stylesheet. You don't actually need to write any Javascript to use it.", + "homepage": "http://www.modernizr.com/", + "keywords": [ + "css", + "css3", + "html", + "html5" + ], + "maintainers": [ + { + "name": "Faruk Ates", + }, + { + "name": "Alex Sexton", + }, + { + "name": "Paul Irish", + } + ], + "repositories": [ + { + "type": "git", + "url": "https://github.com/Modernizr/Modernizr" + } + ] + +}