cookieguard
Version:
Handle third party services in compliance with the GDPR
30 lines (29 loc) • 638 B
JSON
{
"name": "cookieguard",
"version": "0.3.1",
"description": "Handle third party services in compliance with the GDPR",
"main": "index.js",
"module": "./index.js",
"exports": {
".": "./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tobiasthaden/cookieguard.git"
},
"keywords": [
"cookie-consent",
"opt-ins",
"opt-out",
"gdpr"
],
"author": {
"name": "Tobias Thaden",
"email": "hello@tobiasthaden.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/tobiasthaden/cookieguard/issues"
},
"homepage": "https://cookieguard.js.org"
}