@financial-times/o-grid
Version:
A 12 column responsive, flexbox-based grid system for laying out documents, templates and components.
37 lines (36 loc) • 1.05 kB
JSON
{
"name": "@financial-times/o-grid",
"version": "6.1.8",
"description": "A 12 column responsive, flexbox-based grid system for laying out documents, templates and components.",
"keywords": [
"page",
"grid",
"layout",
"columns",
"rows"
],
"homepage": "https://registry.origami.ft.com/components/o-grid",
"bugs": {
"url": "https://github.com/Financial-Times/origami/issues/new?labels=o-grid,components",
"email": "origami.support@ft.com"
},
"license": "MIT",
"type": "module",
"browser": "main.js",
"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/math": "^1.0.0",
"@financial-times/sass-mq": "^5.0.2"
},
"engines": {
"npm": ">7"
},
"private": false
}