component.json 433 B

12345678910111213141516171819
  1. {
  2. "name": "modernizr",
  3. "repo": "components/modernizr",
  4. "version": "2.8.3",
  5. "description": "Modernizr is a JavaScript library that detects HTML5 and CSS3 features in the user's browser.",
  6. "homepage": "http://modernizr.com/",
  7. "keywords": [
  8. "html5",
  9. "css3",
  10. "browser",
  11. "feature detection"
  12. ],
  13. "author": "Modernizr <http://modernizr.com>",
  14. "main": "modernizr.js",
  15. "scripts": [
  16. "modernizr.js"
  17. ]
  18. }