@rovahub/vue-hotjar
Version:
This Vue2 plugin injects a Hotjar into all of your vue instances
45 lines (44 loc) • 1.07 kB
JSON
{
"name": "@rovahub/vue-hotjar",
"version": "1.0.1",
"description": "This Vue2 plugin injects a Hotjar into all of your vue instances",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/rovahub/vue-hotjar.git",
"repository": "rovahub/vue-hotjar"
},
"files": [
"README.md",
"LICENSE",
"images/*",
"dist/*"
],
"homepage": "https://github.com/rovahub/vue-hotjar#readme",
"bugs": {
"url": "https://github.com/rovahub/vue-hotjar/issues",
"email": "support@rovahub.vn"
},
"license": "Apache-2.0",
"author": "RovaHub Technologies <info@rovahub.vn> (https://rovahub.vn)",
"keywords": [
"hotjar",
"vue-hotjar",
"nuxt-hotjar",
"rovahub",
"rovahub technologies"
],
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@hotjar/browser": "^1.0.9",
"vue": "^2.7.14"
},
"devDependencies": {
"@types/node": "^20.5.9",
"typescript": "^5.2.2"
}
}