@factor/plugin-server-analytics
Version:
Analytics for your server and endpoints.
46 lines (45 loc) • 1.11 kB
JSON
{
"name": "@factor/plugin-server-analytics",
"description": "Analytics for your server and endpoints.",
"version": "1.8.28",
"license": "MIT",
"author": {
"name": "Fiction",
"email": "factor@fiction.com",
"url": "https://www.fiction.com"
},
"publishConfig": {
"access": "public"
},
"factor": {
"load": [
"server"
],
"extend": "plugin",
"title": "Server Analytics",
"permalink": "server-analytics-factor-plugin",
"category": [
"analytics"
],
"themeColor": "#FECB42"
},
"repository": {
"type": "git",
"url": "https://github.com/fiction-com/factor/tree/development/@plugins/plugin-server-analytics"
},
"bugs": {
"url": "https://github.com/fiction-com/factor/issues"
},
"homepage": "https://factor.dev/plugin/server-analytics-factor-plugin",
"dependencies": {
"@types/universal-analytics": "^0.4.3",
"qs": "^6.9.1",
"universal-analytics": "^0.4.20"
},
"gitHead": "4ad4dc36e4218fcc78a3a9422d78059079cc3ac3",
"keywords": [
"analytics",
"universal-analytics",
"server-analytics"
]
}