@financial-times/o-share
Version:
Provides styling for social media sharing links
51 lines (50 loc) • 1.27 kB
JSON
{
"name": "@financial-times/o-share",
"version": "11.0.3",
"description": "Provides styling for social media sharing links",
"keywords": [
"share",
"link",
"social",
"facebook",
"twitter",
"x",
"linkedin",
"whatsapp",
"email",
"corporate"
],
"homepage": "https://registry.origami.ft.com/components/o-share",
"bugs": {
"url": "https://github.com/Financial-Times/origami/issues/new?labels=o-share,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/o-brand": "^4.1.0",
"@financial-times/o-grid": "^6.1.8",
"@financial-times/o-private-foundation": "^1.0.0"
},
"devDependencies": {
"@financial-times/o-fonts": "^5.3.5",
"@financial-times/o-normalise": "^3.3.2"
},
"engines": {
"npm": ">7"
},
"dependencies": {
"ftdomdelegate": "^4.0.6"
},
"private": false
}