mim
Version:
A simple MIME type recognition library that works in both browser and Node.JS apps
27 lines (26 loc) • 462 B
JSON
{
"name": "mim",
"main": "mim.js",
"version": "0.3.1",
"authors": [
"David Horsak <horsak@mediapeers.com>"
],
"description": "A simple MIME type recognition library that works in both browser and Node.JS apps",
"keywords": [
"internet",
"media",
"type",
"mime",
"content",
"file",
"format"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}