package.json 766 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "component-modernizr",
  3. "version": "2.8.3",
  4. "description": "Modernizr is a JavaScript library that detects HTML5 and CSS3 features in the user's browser.",
  5. "repository": {
  6. "type": "git",
  7. "url": "git://github.com/component/modernizr.git"
  8. },
  9. "bugs": {
  10. "url": "https://github.com/component/modernizr/issues"
  11. },
  12. "keywords": [
  13. "html5",
  14. "css3",
  15. "browser",
  16. "feature detection"
  17. ],
  18. "author": {
  19. "name": "Modernizr",
  20. "url": "http://modernizr.com/"
  21. },
  22. "contributors": [
  23. { "name": "Faruk Ates" },
  24. { "name": "Paul Irish" },
  25. { "name": "Alex Sexton" },
  26. { "name": "Ryan Seddon" },
  27. { "name": "Alexander Farkas" },
  28. { "name": "Ben Alman" },
  29. { "name": "Stu Cox" }
  30. ],
  31. "license": "MIT"
  32. }