UNPKG

mim

Version:

A simple MIME type recognition library that works in both browser and Node.JS apps

33 lines (32 loc) 775 B
{ "name": "mim", "version": "0.3.1", "description": "A simple MIME type recognition library that works in both browser and Node.JS apps", "main": "mim.js", "scripts": { "prepublish": "./node_modules/uglify-js/bin/uglifyjs mim.js --output mim.min.js -c -m -r 'require,exports' -b 'quote-keys=true,beautify=false'", "test": "mocha --recursive", "lint": "jshint mim.js test" }, "keywords": [ "internet", "media", "tzpe", "mime", "content", "file", "format" ], "author": "David Horsak", "license": "MIT", "devDependencies": { "chai": "~1.8.1", "mocha": "~1.13.0", "jshint": "~2.3.0", "uglify-js": "~2.4.0" }, "repository": { "type": "git", "url": "https://github.com/mediapeers/mim" } }