UNPKG

@klaxit/cookie-consent

Version:

A simple dialog to handle cookie consent and comply with data privacy laws. Fully compliant with European GDPR & California CCPA.

52 lines (51 loc) 1.49 kB
{ "name": "@klaxit/cookie-consent", "version": "0.3.4", "description": "A simple dialog to handle cookie consent and comply with data privacy laws. Fully compliant with European GDPR & California CCPA.", "main": "src/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "webpack serve --config webpack.dev.js --progress --profile", "build": "webpack --config webpack.prod.js", "prepublishOnly": "npm run build" }, "keywords": [ "cookie", "privacy", "Europe", "GDPR", "California", "CCPA" ], "author": "Klaxit", "license": "MIT", "devDependencies": { "@babel/core": "^7.13.8", "@babel/plugin-proposal-class-properties": "^7.13.0", "@babel/plugin-transform-runtime": "^7.13.9", "@babel/preset-env": "^7.13.9", "@babel/runtime": "^7.13.9", "babel-loader": "^8.2.2", "clean-webpack-plugin": "^3.0.0", "css-loader": "^5.0.2", "eslint": "^7.20.0", "html-webpack-plugin": "^5.2.0", "node-sass": "^5.0.0", "sass-loader": "^11.0.1", "style-loader": "^2.0.0", "webpack": "^5.24.0", "webpack-cli": "^4.5.0", "webpack-dev-server": "^3.11.2" }, "dependencies": { "core-js": "^3.9.1" }, "repository": { "type": "git", "url": "git+https://github.com/klaxit/cookie-consent.git" }, "bugs": { "url": "https://github.com/klaxit/cookie-consent/issues" }, "homepage": "https://github.com/klaxit/cookie-consent#readme" }