UNPKG

vue3-detect-browser

Version:

Plugin for Vue3 (Option API and Composition API) that detects browser name, version, and user-agent

32 lines (31 loc) 816 B
{ "name": "vue3-detect-browser", "version": "0.1.2", "description": "Plugin for Vue3 (Option API and Composition API) that detects browser name, version, and user-agent", "main": "dist/vue3-detect-browser.js", "types": "dist/vue3-detect-browser.d.ts", "scripts": { "build": "tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Thomer Gil", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/thomergil/vue3-detect-browser.git" }, "keywords": [ "Vue 3", "Vue", "detect browser" ], "homepage": "https://github.com/thomergil/vue3-detect-browser/#readme", "devDependencies": { "@babel/types": "^7.23.9", "typescript": "^5.3.3", "vue": "^3.4.20" }, "peerDependencies": { "vue": "^3.0.0" } }