{
	"origamiType": "component",
	"origamiVersion": "2.0",
	"brands": [
		"core"
	],
	"support": "https://github.com/Financial-Times/origami/issues/new?labels=o-comments,components",
	"supportContact": {
		"slack": "financialtimes/content-innovation",
		"email": "content-innovation-team.customer-products@ft.com"
	},
	"supportStatus": "active",
	"browserFeatures": {
		"required": [
			"Map",
			"fetch",
			"Array.from",
			"Element.prototype.remove"
		]
	},
	"demosDefaults": {
		"js": "demos/src/demo.js",
		"data": "demos/src/data/data.json",
		"documentClasses": ""
	},
	"demos": [
		{
			"title": "Comments Stream",
			"name": "comments-stream",
			"template": "demos/src/stream.mustache",
			"sass": "demos/src/stream.scss",
			"description": "Comments stream on an article page"
		},
		{
			"title": "Comments Stream Staging",
			"name": "comments-stream-staging",
			"template": "demos/src/stream-staging.mustache",
			"sass": "demos/src/stream.scss",
			"description": "Comments stream on an article page Coral Staging"
		},
		{
			"title": "Comments Count",
			"name": "comments-count",
			"template": "demos/src/count.mustache",
			"description": "Comments count on an article or stream page"
		}
	]
}
