@financial-times/o-cookie-message
Version:
The cookie message and behaviour approved by the FT's legal team. All FT websites must have a cookie message. Using o-cookie-message will ensure your site is compliant according to EU regulatory law.
47 lines (46 loc) • 1.39 kB
JSON
{
"name": "@financial-times/o-cookie-message",
"version": "7.0.1",
"description": "The cookie message and behaviour approved by the FT's legal team. All FT websites must have a cookie message. Using o-cookie-message will ensure your site is compliant according to EU regulatory law.",
"keywords": [
"cookie",
"cookies",
"message",
"legal",
"regulation",
"privacy",
"policy"
],
"homepage": "https://registry.origami.ft.com/components/o-cookie-message",
"bugs": {
"url": "https://github.com/Financial-Times/origami/issues/new?labels=o-cookie-message,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"
},
"dependencies": {
"superstore-sync": "^2.1.1"
},
"peerDependencies": {
"@financial-times/math": "^1.0.0",
"@financial-times/o-viewport": "^5.1.2",
"@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"
},
"private": false
}