{
	"name": "mime-magic",
	"version": "5.14.0",
	"main": "./lib/mime-magic.js",
	"description": "Proper MIME type detection library that wraps the libmagic functionality",
	"engines": {
		"node": ">=0.4.9"
	},
	"dependencies": {
		"config": ">= 0.4.21"
	},
	"devDependencies": {
		"js-beautify": ">= 0.4.2",
		"jslint": ">= 0.1.9"
	},
	"homepage": "https://github.com/SaltwaterC/mime-magic",
	"author": {
		"name": "Stefan Rusu",
		"url": "http://www.saltwaterc.eu/"
	},
	"contributors": [{
			"name": "Felix Chan",
			"url": "https://github.com/felixchan"
		}, {
			"name": "eddyb",
			"url": "https://github.com/eddyb"
		}
	],
	"repository": {
		"type": "git",
		"url": "git://github.com/SaltwaterC/mime-magic.git"
	},
	"keywords": ["mime", "magic", "libmagic", "file", "wrapper", "windows", "win32"],
	"scripts": {
		"preinstall": "node make.js build",
		"preuninstall": "node make.js purge",
		"test": "make test"
	}
}
