{
  "name": "favicon-url",
  "version": "0.0.5",
  "description": "Get the actual favicon url of a given host domain",
  "main": "index.js",
  "author": "Wilkin Novo",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/T1263/favicon-url"
  },
  "scripts": {
    "test": "mocha --timeout 10000"
  },
  "dependencies": {
    "follow-redirects": "^1.2.4"
  },
  "devDependencies": {
    "mocha": "^3.4.2"
  },
  "npmName": "favicon-url"
}
