UNPKG

@stormid/cookie-banner

Version:

GDPR compliant cookie banner

33 lines (32 loc) 901 B
{ "name": "@stormid/cookie-banner", "version": "1.0.0", "description": "GDPR compliant cookie banner", "author": "stormid", "license": "MIT", "publishConfig": { "access": "public" }, "repository": "https://github.com/stormid/components/tree/master/packages/cookie-banner", "private": false, "main": "dist/index.js", "source": "src/index.js", "module": "dist/index.modern.js", "unpkg": "dist/index.umd.js", "browser": "dist/index.umd.js", "keywords": [ "stormid", "cookies", "banner", "gdpr", "component" ], "scripts": { "build": "microbundle --name CookieBanner", "test": "jest --coverage", "dev": "webpack-dev-server --config example/webpack.config.js", "prod": "webpack --config example/webpack.config.js --mode production", "prepublish": "npm run -s build" }, "gitHead": "becc0b22b3e0bca9dcb514c7ad947e4bfc3fc7e0" }