get-content-type
Version:
Gets the Content Type for a URL
26 lines (25 loc) • 598 B
JSON
{
"name": "get-content-type",
"version": "0.2.0",
"description": "Gets the Content Type for a URL",
"main": "get-content-type.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DanielJDufour/get-content-type.git"
},
"keywords": [
"content-type",
"file-type",
"http",
"mime"
],
"author": "Daniel J. Dufour",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/DanielJDufour/get-content-type/issues"
},
"homepage": "https://github.com/DanielJDufour/get-content-type#readme"
}