accept-cookie-popup
Version:
Cookie consent notification plugin
48 lines (47 loc) • 1.14 kB
JSON
{
"name": "accept-cookie-popup",
"version": "1.2.1",
"main": "dist/accept-cookie-popup.min.js",
"description": "Cookie consent notification plugin",
"author": "putn1k",
"license": "ISC",
"scripts": {
"lint": "eslint src/",
"start": "cross-env NODE_ENV=development webpack serve --open",
"build": "cross-env NODE_ENV=production webpack"
},
"homepage": "https://github.com/reactivno/accept-cookie-popup",
"repository": {
"type": "git",
"url": "git@github.com:reactivno/accept-cookie-popup.git"
},
"keywords": [
"cookie-popup",
"accept-cookie-popup"
],
"files": [
"dist",
"README.md",
"package.json"
],
"devDependencies": {
"@babel/core": "7.23.0",
"@babel/eslint-parser": "7.17.0",
"@babel/preset-env": "7.22.20",
"babel-loader": "9.1.3",
"cross-env": "7.0.3",
"eslint": "8.51.0",
"html-webpack-plugin": "5.5.3",
"webpack": "5.79.0",
"webpack-cli": "5.0.1",
"webpack-dev-server": "4.15.1"
},
"browserslist": [
"defaults",
"last 2 versions",
"not dead",
"not IE 11",
"not op_mini all",
"not < 0.25%"
]
}