{
	"aliases": [
		"es6",
		"es2015",
		"default-3.6",
		"default"
	],
	"browsers": {
		"ie": "<12",
		"safari": "<9",
		"firefox": "<29",
		"chrome": "<38",
		"android": "<5.1",
		"firefox_mob": "<29",
		"ie_mob": "*",
		"opera_mob": "*",
		"op_mini": "*",
		"ios_saf": "<9",
		"bb": "10 - *"
	},
	"dependencies": [
		"Array.isArray",
		"Array.prototype.indexOf",
		"Symbol",
		"Symbol.iterator",
		"Symbol.species",
		"Object.create",
		"Object.defineProperty",
		"Object.getPrototypeOf",
		"Number.isNaN"
	],
	"notes": [
		"For compatibility with very old engines, `Map.prototype.delete` must be accessed using square bracket notation because 'delete' is a reserved word. `myMap.delete()` is an error in IE8. Use `myMap['delete']()` instead.",
		"The test suite for this polyfill is derived from work of Andrea Giammarchi which is [published under an MIT licence](https://github.com/WebReflection/es6-collections)"
	]
}
