UNPKG

@datapunt/matomo-tracker-react

Version:
46 lines (45 loc) 1.07 kB
{ "name": "@datapunt/matomo-tracker-react", "version": "0.5.1", "description": "Matomo tracker for react projects", "main": "lib/index.js", "module": "es/index.js", "license": "MPL-2.0", "author": "Datapunt Amsterdam", "homepage": "https://github.com/Amsterdam/matomo-tracker#readme", "repository": { "type": "git", "url": "git+https://github.com/Amsterdam/matomo-tracker.git", "directory": "packages/react" }, "bugs": { "url": "https://github.com/Amsterdam/matomo-tracker/issues" }, "files": [ "lib", "es", "README.md" ], "sideEffects": false, "contributors": [ "Chris van Mook <chrisvanmook@gmail.com> ()", "Roy Derks <hello@hackteam.io> (https://twitter.com/gethackteam)" ], "keywords": [ "matomo", "piwik", "tracking", "analytics", "react" ], "publishConfig": { "access": "public" }, "dependencies": { "@datapunt/matomo-tracker-js": "^0.5.1" }, "peerDependencies": { "react": ">= 16.8.0" }, "gitHead": "51f74d0751eb473a838bf1aeceb20ec43637a8e3" }