2015-10-28 18:39:50 +01:00
|
|
|
{
|
|
|
|
"minify": true,
|
|
|
|
"classPrefix": "modernizr_",
|
|
|
|
"options": [
|
|
|
|
"setClasses"
|
|
|
|
],
|
|
|
|
"feature-detects": [
|
2020-02-26 11:24:10 +01:00
|
|
|
"test/css/animations",
|
2015-10-28 18:39:50 +01:00
|
|
|
"test/css/displaytable",
|
2020-02-26 11:24:10 +01:00
|
|
|
"test/css/filters",
|
2015-10-28 18:39:50 +01:00
|
|
|
"test/css/flexbox",
|
2015-10-29 16:56:03 +01:00
|
|
|
"test/css/objectfit",
|
2020-02-26 11:24:10 +01:00
|
|
|
|
|
|
|
"test/es5/date",
|
|
|
|
"test/es5/function",
|
|
|
|
"test/es5/object",
|
|
|
|
"test/es5/undefined",
|
|
|
|
|
2020-02-05 15:05:46 +01:00
|
|
|
"test/es6/array",
|
|
|
|
"test/es6/collections",
|
|
|
|
"test/es6/promises",
|
2020-02-26 11:24:10 +01:00
|
|
|
"test/es6/string",
|
|
|
|
|
2020-02-05 15:05:46 +01:00
|
|
|
"test/svg",
|
|
|
|
"test/svg/asimg",
|
|
|
|
"test/svg/filters",
|
2020-02-26 11:24:10 +01:00
|
|
|
|
2020-03-14 01:13:47 +01:00
|
|
|
"test/url/parser",
|
|
|
|
"test/url/urlsearchparams",
|
|
|
|
|
2020-02-26 11:24:10 +01:00
|
|
|
"test/cors",
|
2020-05-28 01:31:22 +02:00
|
|
|
"test/crypto",
|
2020-02-26 11:24:10 +01:00
|
|
|
"test/iframe/sandbox",
|
|
|
|
"test/json",
|
2020-02-07 23:07:30 +01:00
|
|
|
"test/network/fetch",
|
2020-02-26 11:24:10 +01:00
|
|
|
"test/storage/localstorage"
|
2015-10-28 18:39:50 +01:00
|
|
|
]
|
2017-05-15 02:22:32 +02:00
|
|
|
}
|