{
  "name": "get-website-favicon",
  "version": "0.0.7",
  "description": "get the favicons url from any website",
  "main": "index.js",
  "scripts": {
    "test": "mocha test"
  },
  "keywords": [
    "favicon"
  ],
  "author": "pigz",
  "license": "MIT",
  "devDependencies": {
    "chai": "^4.1.2",
    "mocha": "^5.0.4"
  },
  "dependencies": {
    "axios": "^0.18.0",
    "cheerio": "^1.0.0-rc.2",
    "file-type": "^7.6.0"
  }
}
