{
  "name": "bowser-ultralight",
  "version": "1.0.6",
  "description": "Lightweight(er) browser detector, basically a trimmed down version of bowser, specfically made for Atlassian",
  "keywords": [
    "browser",
    "useragent",
    "user-agent",
    "parser",
    "ua",
    "detection",
    "ender",
    "sniff"
  ],
  "homepage": "https://github.com/atlassian-forks/bowser",
  "author": "Dustin Diaz <dustin@dustindiaz.com> (http://dustindiaz.com)",
  "contributors": [
    {
      "name": "Denis Demchenko",
      "url": "http://twitter.com/lancedikson"
    }
  ],
  "main": "es5.js",
  "browser": "es5.js",
  "module": "src/bowser.js",
  "types": "index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/atlassian-forks/bowser"
  },
  "devDependencies": {
    "@babel/cli": "^7.17.0",
    "@babel/core": "^7.17.0",
    "@babel/polyfill": "^7.12.1",
    "@babel/preset-env": "^7.16.11",
    "@babel/register": "^7.17.0",
    "ava": "^3.15.0",
    "babel-eslint": "^10.1.0",
    "babel-loader": "^8.2.3",
    "babel-plugin-add-module-exports": "^1.0.4",
    "babel-plugin-istanbul": "^6.1.1",
    "compression-webpack-plugin": "^4.0.1",
    "coveralls": "^3.1.1",
    "docdash": "^1.2.0",
    "eslint": "^6.8.0",
    "eslint-config-airbnb-base": "^13.2.0",
    "eslint-plugin-ava": "^10.5.0",
    "eslint-plugin-import": "^2.25.4",
    "gh-pages": "^3.2.3",
    "jsdoc": "^3.6.10",
    "nyc": "^15.1.0",
    "sinon": "^9.2.4",
    "testem": "^3.6.0",
    "webpack": "^4.46.0",
    "webpack-bundle-analyzer": "^3.9.0",
    "webpack-cli": "^3.3.12",
    "yamljs": "^0.3.0"
  },
  "ava": {
    "require": [
      "@babel/register"
    ]
  },
  "bugs": {
    "url": "https://github.com/atlassian-forks/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",
    "prepublishOnly": "npm run build",
    "lint": "eslint ./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"
}
