mpanalytics
Version:
Wrapper around google analytics measurement protocol, works both client- and serverside.
34 lines (33 loc) • 718 B
JSON
{
"name": "mpanalytics",
"version": "2.0.3",
"description": "Wrapper around google analytics measurement protocol, works both client- and serverside.",
"main": "index.js",
"type": "module",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/carlhopf/mpanalytics"
},
"keywords": [
"analytics",
"google",
"measurement",
"protocol",
"browserify"
],
"author": "Carl Hopf <npm@carlhopf.com>",
"license": "MIT",
"devDependencies": {
"eslint": "^8.0.0",
"eslint-config-prettier": "^8.0.0",
"mocha": "^9.0.0",
"prettier": "^2.0.0",
"uuid": "^8.0.0"
},
"dependencies": {
"superagent": "^7.0.0"
}
}