options.json 355 B

1234567891011121314151617181920
  1. {
  2. "version": "1.2.0",
  3. "modernizr": "^3",
  4. "options": {
  5. "feature-detects": [
  6. "test/cors",
  7. "test/input",
  8. "test/svg/smil"
  9. ],
  10. "options": [
  11. "setClasses",
  12. "addTest",
  13. "html5printshiv",
  14. "testProp"
  15. ],
  16. "minify": false,
  17. "dest": "build/modernizr-prefixed.js",
  18. "classPrefix": "prefixed-"
  19. }
  20. }