{ "name": "bowser", "description": "Lightweight browser detector", "keywords": [ "browser", "useragent", "user-agent", "parser", "ua", "detection", "ender", "sniff" ], "homepage": "https://github.com/bowser-js/bowser", "author": "Dustin Diaz (http://dustindiaz.com)", "contributors": [ { "name": "Denis Demchenko", "url": "http://twitter.com/lancedikson" }, { "name": "Naor Peled", "url": "https://github.com/naorpeled" } ], "main": "es5.js", "browser": "es5.js", "module": "src/bowser.js", "types": "index.d.ts", "engines": { "node": ">=20" }, "repository": { "type": "git", "url": "git+https://github.com/bowser-js/bowser.git" }, "devDependencies": { "@babel/cli": "^7.23.0", "@babel/core": "^7.23.0", "@babel/preset-env": "^7.23.0", "@babel/register": "^7.23.0", "ava": "^3.0.0", "babel-loader": "^9.1.3", "babel-plugin-add-module-exports": "^1.0.4", "babel-plugin-istanbul": "^6.1.1", "compression-webpack-plugin": "^10.0.0", "core-js": "^3.33.0", "coveralls": "^3.1.1", "docdash": "^2.0.2", "eslint": "^8.53.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-ava": "^14.0.0", "eslint-plugin-import": "^2.29.0", "gh-pages": "^6.1.0", "jsdoc": "^4.0.2", "nyc": "^15.1.0", "sinon": "^17.0.1", "testem": "^3.10.1", "webpack": "^5.89.0", "webpack-bundle-analyzer": "^4.10.1", "webpack-cli": "^5.1.4", "yamljs": "^0.3.0" }, "ava": { "require": [ "@babel/register" ] }, "bugs": { "url": "https://github.com/bowser-js/bowser/issues" }, "directories": { "test": "test" }, "scripts": { "build": "webpack --config webpack.config.js", "generate-and-deploy-docs": "npm run generate-docs && gh-pages --dist docs --dest docs", "watch": "webpack --watch --config webpack.config.js", "lint:check": "eslint ./src", "lint:fix": "eslint --fix ./src", "testem": "testem", "test": "nyc --reporter=html --reporter=text ava", "test:watch": "ava --watch", "coverage": "nyc report --reporter=text-lcov | coveralls", "generate-docs": "jsdoc -c jsdoc.json" }, "license": "MIT" }