ngx-hotjar
Version:
A simple ng wrapper to load hotjar dependency by angular way
27 lines • 711 B
JSON
{
"name": "ngx-hotjar",
"description": "A simple ng wrapper to load hotjar dependency by angular way",
"keywords": [
"hotjar",
"angular",
"typescript"
],
"homepage": "https://github.com/maxandriani/ngx-hotjar",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/maxandriani/ngx-hotjar"
},
"dependencies": {
"tslib": "^2.0.0"
},
"version": "11.0.0",
"main": "bundles/ngx-hotjar.umd.js",
"module": "fesm2015/ngx-hotjar.js",
"es2015": "fesm2015/ngx-hotjar.js",
"esm2015": "esm2015/ngx-hotjar.js",
"fesm2015": "fesm2015/ngx-hotjar.js",
"typings": "ngx-hotjar.d.ts",
"metadata": "ngx-hotjar.metadata.json",
"sideEffects": false
}