UNPKG

cookie-consent-box

Version:

A tiny, dependency-free cookie box widget that helps you to be GDPR complaint after including 8 kB of code (gzipped)

56 lines (55 loc) 1.88 kB
{ "name": "cookie-consent-box", "version": "2.4.0", "description": "A tiny, dependency-free cookie box widget that helps you to be GDPR complaint after including 8 kB of code (gzipped)", "main": "dist/cookie-consent-box.js", "scripts": { "build:scss": "node-sass src/index.scss dist/cookie-consent-box.css", "build:js": "webpack --env dev && webpack --env build && npm run test", "build": "npm run build:js && npm run build:scss", "lint": "eslint src --fix; exit 0 && stylelint \"src/**/*.scss\" --fix", "test": "npm run lint", "prepublish": "npm run build", "watch": "webpack-dev-server --hot --inline & npm run build:scss -- --watch" }, "repository": { "type": "git", "url": "https://github.com/adriandmitroca/cookie-consent-box.git" }, "keywords": [ "adriandmitroca", "cookie-box", "cookie-law", "cookie-consent", "cookie-compliance" ], "author": "Adrian Dmitroca", "license": "MIT", "bugs": { "url": "https://github.com/adriandmitroca/cookie-consent-box/issues" }, "homepage": "https://github.com/adriandmitroca/cookie-consent-box", "devDependencies": { "@babel/cli": "^7.7.4", "@babel/core": "^7.7.4", "@babel/plugin-proposal-object-rest-spread": "^7.7.4", "@babel/plugin-transform-runtime": "^7.7.4", "@babel/preset-env": "^7.7.4", "babel-eslint": "^10.0.3", "babel-loader": "^8.0.6", "babel-plugin-add-module-exports": "^1.0.2", "core-js": "^3.4.2", "eslint": "^6.7.1", "eslint-config-airbnb-base": "^14.0.0", "eslint-loader": "^3.0.2", "eslint-plugin-import": "^2.18.2", "node-sass": "^4.9.4", "stylelint": "^12.0.0", "stylelint-config-standard": "^19.0.0", "stylelint-scss": "^3.13.0", "webpack": "^4.41.2", "webpack-cli": "^3.3.10", "webpack-dev-server": "^3.9.0", "yargs": "^15.0.2" } }