{
  "author": {
    "name": "Hazem Hagrass"
  },
  "bugs": {
    "url": "https://github.com/hazemhagrass/advanced-seo-checker/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "async": "^3.2.0",
    "chalk": "^4.1.0",
    "cheerio": "^1.0.0-rc.3",
    "child_process": "^1.0.2",
    "chrome-launcher": "^0.13.4",
    "compare-urls": "^2.0.0",
    "crypto": "^1.0.1",
    "dom-compare": "^0.6.0",
    "fs": "0.0.2",
    "html-differ": "^1.4.0",
    "jsdom": "^16.4.0",
    "lighthouse": "^6.4.1",
    "mitt": "^2.1.0",
    "moment": "^2.29.1",
    "node-ssllabs": "^2.1.0",
    "normalize-url": "^5.3.0",
    "path": "^0.12.7",
    "puppeteer": "^5.4.1",
    "request": "^2.88.2",
    "simplecrawler": "^1.1.9",
    "string-similarity": "^4.0.3",
    "url-exists": "^1.0.3",
    "url-exists-deep": "^2.0.10",
    "url-parse": "^1.4.7",
    "valid-url": "^1.0.9"
  },
  "deprecated": false,
  "description": "A library for checking basic SEO signals of a website",
  "devDependencies": {
    "grunt": "^1.3.0",
    "grunt-contrib-jshint": "^3.0.0",
    "grunt-contrib-nodeunit": "^2.1.0",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-docco": "^0.5.0",
    "grunt-shell": "^3.0.1",
    "grunt-todos": "^0.3.0",
    "jshint-stylish": "^2.2.1",
    "load-grunt-tasks": "^5.1.0",
    "time-grunt": "^2.0.0"
  },
  "homepage": "https://github.com/hazemhagrass/advanced-seo-checker/",
  "keywords": [
    "SEO",
    "HTML",
    "parser",
    "crawler"
  ],
  "license": "MIT",
  "main": "src/index.js",
  "name": "advanced-seo-checker",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hazemhagrass/advanced-seo-checker.git"
  },
  "scripts": {
    "test": "grunt nodeunit"
  },
  "version": "3.2.0"
}
