UNPKG

bitandblack-matomo-optout

Version:

Custom OptOut in Matomo (Piwik) with AJAX. Doesn't need an iframe.

50 lines (49 loc) 1.16 kB
{ "name": "bitandblack-matomo-optout", "version": "2.0.1", "description": "Custom OptOut in Matomo (Piwik) with AJAX. Doesn't need an iframe.", "keywords": [ "Matomo", "Piwik", "OptOut", "Privacy", "Tracking", "Cookie" ], "homepage": "https://www.bitandblack.com", "repository": { "type": "git", "url": "git@bitbucket.org:wirbelwild/matomo-optout.git" }, "license": "MIT", "author": { "name": "Tobias Köngeter", "email": "hello@bitandblack.com" }, "main": "index.ts", "types": "index.d.ts", "directories": { "lib": "src", "example": "example" }, "scripts": { "build": "tsc", "build-example": "encore production --progress", "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "http-jsonp": "^1.1.1" }, "devDependencies": { "@symfony/webpack-encore": "^0.31.1", "autoprefixer": "^9.6.1", "browserslist": "^4.14.2", "node-sass": "^4.12.0", "postcss-loader": "^3.0.0", "sass-loader": "^9.0", "ts-loader": "^5.3", "typescript": "^4.0.2", "webpack-cli": "^3.3.9", "webpack-notifier": "^1.11.0" } }