{
  "name": "isbot",
  "version": "2.5.7",
  "description": "detects bots/crawlers/spiders via the user agent.",
  "keywords": [
    "bot",
    "crawlers",
    "spiders",
    "googlebot",
    "useragent"
  ],
  "author": "Goran Gajic",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gorangajic/isbot/issues"
  },
  "homepage": "https://github.com/gorangajic/isbot",
  "repository": {
    "type": "git",
    "url": "https://github.com/gorangajic/isbot"
  },
  "engines": {
    "node": ">=6"
  },
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "prepare": "./scripts/download-crawlers-json.sh",
    "sort": "./scripts/sort.js",
    "test": "mocha tests/*.js --exclude 'tests/.*'",
    "prebrowser": "rollup --config .rollup.js",
    "browser": "karma start .karma.js",
    "lint": "standard",
    "ts": "tsc"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^11.0.2",
    "@rollup/plugin-json": "^4.0.2",
    "eslint-plugin-log": "^1.2.3",
    "karma": "^4.4.1",
    "karma-chrome-launcher": "^3.1.0",
    "karma-cli": "^2.0.0",
    "karma-firefox-launcher": "^1.3.0",
    "karma-mocha": "^1.3.0",
    "karma-mocha-reporter": "^2.2.5",
    "mocha": "^5.2.0",
    "rollup": "^1.31.0",
    "standard": "^14.3.1",
    "typescript": "^3.7.5",
    "user-agents": "^1.0.519"
  }
}
