UNPKG

rocketmetrics

Version:

Javascript package for RocketMetrics. RocketMetrics is a simplest and fastest way to track the performance of your acquisition channels, and track the AARRR metrics (acquisition, activation, retention, revenue, referral) of each of your channels. Get star

48 lines (47 loc) 1.23 kB
{ "name": "rocketmetrics", "version": "0.1.0", "description": "Javascript package for RocketMetrics. RocketMetrics is a simplest and fastest way to track the performance of your acquisition channels, and track the AARRR metrics (acquisition, activation, retention, revenue, referral) of each of your channels. Get started in 2 minutes !", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "publish": "npm publish" }, "repository": { "type": "git", "url": "git+https://github.com/RocketChart/metrics-npm-package.git" }, "keywords": [ "rocketmetrics", "rocket", "metrics", "AARRR", "acquisition", "activation", "retention", "revenue", "referral", "events", "event", "track", "tracking", "monitor", "monitoring", "channel", "channels", "funnel", "funnels", "metric", "performance" ], "author": "Marc Vanderstigel", "license": "ISC", "bugs": { "url": "https://github.com/RocketChart/metrics-npm-package/issues" }, "homepage": "https://github.com/RocketChart/metrics-npm-package#readme", "dependencies": { "node-fetch": "^2.6.1", "uuid": "^8.3.0" } }