{
	"name": "@financial-times/o-teaser-collection",
	"version": "5.0.3",
	"description": "Provides styles to layout out multiple teasers in one section.",
	"keywords": [
		"article",
		"teaser",
		"card",
		"list",
		"collection",
		"layout"
	],
	"homepage": "https://registry.origami.ft.com/components/o-teaser-collection",
	"bugs": {
		"url": "https://github.com/Financial-Times/origami/issues/new?labels=o-teaser-collection,components",
		"email": "origami.support@ft.com"
	},
	"license": "MIT",
	"type": "module",
	"scripts": {
		"start": "npx serve ./demos/local",
		"build": "bash ../../scripts/component/build.bash",
		"test": "bash ../../scripts/component/test.bash",
		"debug:js": "bash ../../scripts/component/debug-js.bash",
		"lint": "bash ../../scripts/component/lint.bash",
		"watch": "bash ../../scripts/component/watch.bash"
	},
	"peerDependencies": {
		"@financial-times/o-private-foundation": "^1.5.0"
	},
	"devDependencies": {
		"@financial-times/o-grid": "^6.1.8",
		"@financial-times/o-spacing": "^3.2.5",
		"@financial-times/o-normalise": "^3.3.2"
	},
	"engines": {
		"npm": ">7"
	},
	"private": false
}
