UNPKG

@financial-times/o-subs-card

Version:

A card for showing different subscription packages offered by the Financial Times

44 lines (43 loc) 1.25 kB
{ "name": "@financial-times/o-subs-card", "version": "7.0.0", "description": "A card for showing different subscription packages offered by the Financial Times", "keywords": [ "card", "subscription", "subs", "pack", "packages" ], "homepage": "https://registry.origami.ft.com/components/o-subs-card", "bugs": { "url": "https://github.com/Financial-Times/origami/issues/new?labels=o-subs-card,components", "email": "conversion.tech@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/o-expander": "^7.0.0", "@financial-times/o-private-foundation": "^1.0.0" }, "devDependencies": { "@financial-times/o-colors": "^6.7.0", "@financial-times/o-fonts": "^5.3.5", "@financial-times/o-grid": "^6.1.8", "@financial-times/o-normalise": "^3.3.2" }, "engines": { "npm": ">7" }, "private": false }