@financial-times/o-topper
Version:
Article header styling
36 lines (35 loc) • 961 B
JSON
{
"name": "@financial-times/o-topper",
"version": "7.0.9",
"description": "Article header styling",
"keywords": [
"topper",
"header"
],
"homepage": "https://registry.origami.ft.com/components/o-topper",
"bugs": {
"url": "https://github.com/Financial-Times/origami/issues/new?labels=o-topper,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-grid": "^6.1.8",
"@financial-times/o-private-foundation": "^1.0.0"
},
"devDependencies": {
"@financial-times/o-normalise": "^3.3.2"
},
"engines": {
"npm": ">7"
},
"private": false
}