filetypes
Version:
Filetypes is a library that helps you guess the file and mine types of files using magic numbers
26 lines (25 loc) • 597 B
JSON
{
"name": "filetypes",
"version": "1.0.2",
"description": "Filetypes is a library that helps you guess the file and mine types of files using magic numbers",
"main": "src/filetypes.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/geofmureithi/filetypes.git"
},
"keywords": [
"file",
"types",
"mine",
"files"
],
"author": {
"name": "Geoffrey Mureithi",
"email": "mureithinjuguna@gmail.com",
"url": "http://mureithi.me"
},
"license": "Apache-2.0"
}