2015-10-28 13:39:50 -04:00
|
|
|
{
|
|
|
|
"minify": true,
|
|
|
|
"classPrefix": "modernizr_",
|
|
|
|
"options": [
|
|
|
|
"setClasses"
|
|
|
|
],
|
|
|
|
"feature-detects": [
|
|
|
|
"test/css/displaytable",
|
|
|
|
"test/css/flexbox",
|
2020-02-07 17:08:57 -05:00
|
|
|
"test/es5/specification",
|
2015-10-29 11:56:03 -04:00
|
|
|
"test/css/objectfit",
|
2017-05-14 20:22:32 -04:00
|
|
|
"test/storage/localstorage",
|
2020-02-05 09:05:46 -05:00
|
|
|
"test/es6/array",
|
|
|
|
"test/es6/collections",
|
|
|
|
"test/es6/promises",
|
|
|
|
"test/svg",
|
|
|
|
"test/svg/asimg",
|
|
|
|
"test/svg/filters",
|
|
|
|
"test/css/animations",
|
|
|
|
"test/css/filters",
|
2020-02-07 17:07:30 -05:00
|
|
|
"test/network/fetch",
|
|
|
|
"test/iframe/sandbox"
|
2015-10-28 13:39:50 -04:00
|
|
|
]
|
2017-05-14 20:22:32 -04:00
|
|
|
}
|