{ "name": "mmmagic", "version": "0.5.3", "author": "Brian White ", "description": "An async libmagic binding for node.js for detecting content types by data inspection", "main": "./lib/index", "dependencies": { "nan": "^2.13.2" }, "scripts": { "install": "node-gyp rebuild", "test": "node test/test.js" }, "engines": { "node": ">=4.0.0" }, "keywords": [ "magic", "libmagic", "file", "filetype", "mime", "mimetype" ], "licenses": [ { "type": "MIT", "url": "http://github.com/mscdex/mmmagic/raw/master/LICENSE" } ], "repository": { "type": "git", "url": "http://github.com/mscdex/mmmagic.git" } }