{
  "name": "check-url-type",
  "version": "1.0.1",
  "description": "A module for checking the content-type of URLs. e.g. Check if it is an image or an html file.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/VictorZ2001/check-url-type.git"
  },
  "keywords": [
    "url",
    "image",
    "curl",
    "detect",
    "content-type",
    "html",
    "check",
    "extension",
    "type",
    "is"
  ],
  "author": "Victor Zhao <victor.zhao@dreammex.com> (https://victor.drmmx.com)",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/VictorZ2001/check-url-type/issues"
  },
  "homepage": "https://github.com/VictorZ2001/check-url-type#readme"
}
