custom-consent-popup
Version:
A customizable modal window for managing user consent, with various configuration options.
31 lines (30 loc) • 841 B
JSON
{
"name": "custom-consent-popup",
"version": "0.9.2",
"description": "A customizable modal window for managing user consent, with various configuration options.",
"main": "index.js",
"author": {
"name": "Greg Kelner",
"url": "https://github.com/Yodaym"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Yodaym/custom-consent-popup.git"
},
"license": "MIT",
"keywords": [
"modal",
"consent",
"cookies",
"javascript",
"browser",
"regulations"
],
"bugs": {
"url": "https://github.com/Yodaym/custom-consent-popup/issues"
},
"homepage": "https://github.com/Yodaym/custom-consent-popup#readme",
"devDependencies": {
"eslint": "^8.54.0"
}
}