UNPKG

ngx-hotjar

Version:

A simple ng-6 wrapper to load hotjar dependency by angular way

35 lines (34 loc) 916 B
{ "name": "ngx-hotjar", "description": "A simple ng-6 wrapper to load hotjar dependency by angular way", "keywords": [ "hotjar", "angular", "angular-6+", "typescript" ], "homepage": "https://github.com/maxandriani/ngx-hotjar", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/maxandriani/ngx-hotjar" }, "version": "0.0.5", "peerDependencies": { "@angular/common": "^6.0.0-rc.0 || ^6.0.0", "@angular/core": "^6.0.0-rc.0 || ^6.0.0" }, "main": "bundles/ngx-hotjar.umd.js", "module": "fesm5/ngx-hotjar.js", "es2015": "fesm2015/ngx-hotjar.js", "esm5": "esm5/ngx-hotjar.js", "esm2015": "esm2015/ngx-hotjar.js", "fesm5": "fesm5/ngx-hotjar.js", "fesm2015": "fesm2015/ngx-hotjar.js", "typings": "ngx-hotjar.d.ts", "metadata": "ngx-hotjar.metadata.json", "sideEffects": false, "dependencies": { "tslib": "^1.9.0" } }