sniffr
Version:
Browser, os and device detection
53 lines (52 loc) • 1.31 kB
JSON
{
"name": "sniffr",
"version": "1.3.2",
"description": "Browser, os and device detection",
"main": "dist/sniffr.js",
"types": "dist/sniffr.d.ts",
"files": [
"dist/sniffr.js",
"dist/sniffr.d.ts",
"LICENSE",
"README.md"
],
"scripts": {
"lint": "./node_modules/.bin/eslint src/* spec/*",
"test": "jest",
"compile": "tsc && bash make.standalone.sh",
"uglify": "uglifyjs dist/sniffr.standalone.js --compress -o dist/sniffr.standalone.min.js",
"dist": "npm run compile && npm run uglify"
},
"repository": {
"type": "git",
"url": "https://github.com/amoilanen/sniffr.git"
},
"keywords": [
"user agent",
"user agent parsing",
"user agent detection",
"browser detection",
"os detection",
"device detection",
"sniffing",
"detection",
"recognition",
"browser",
"os",
"device"
],
"author": "Anton Moilanen <anton.a.moilanen@gmail.com> (https://github.com/amoilanen)",
"license": "MIT",
"bugs": {
"url": "https://github.com/amoilanen/sniffr/issues"
},
"devDependencies": {
"@types/jest": "^29.5.8",
"eslint": "^5.10.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2",
"uglify-js": "^3.17.4"
},
"homepage": "https://github.com/amoilanen/sniffr"
}