cookie-consent-api
Version:
A flexible JS API to manage cookie consent for GDPR
44 lines (43 loc) • 1.1 kB
JSON
{
"name": "cookie-consent-api",
"version": "1.1.0",
"description": "A flexible JS API to manage cookie consent for GDPR",
"author": "Alexandre Tillay <alex.tillay@gmail.com>",
"license": "MIT",
"main": "dist/cookie-consent-api.js",
"scripts": {
"build": "NODE_ENV=production webpack",
"start": "webpack-dev-server --inline --hot"
},
"repository": {
"type": "git",
"url": "git+https://github.com/atillay/cookie-consent-api.git"
},
"keywords": [
"gdpr",
"rgpd",
"cookie",
"consent"
],
"bugs": {
"url": "https://github.com/atillay/cookie-consent-api/issues"
},
"homepage": "https://github.com/atillay/cookie-consent-api#readme",
"dependencies": {
"events": "^3.2.0",
"js-cookie": "^2.2.1"
},
"devDependencies": {
"@babel/core": "^7.10.0",
"@babel/preset-env": "^7.10.0",
"babel-loader": "^8.1.0",
"babel-minify-webpack-plugin": "^0.3.1",
"html-webpack-plugin": "^3.2.0",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.1.4"
},
"browserslist": [
"defaults"
]
}