{
  "name": "php-mimetyper",
  "version": "0.2.2",
  "description": "PHP mime type and extension mapping library: compatible with Symfony, powered by jshttp/mime-db",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/adrienrn/php-mimetyper.git"
  },
  "keywords": [
    "php",
    "mime",
    "mimetype",
    "symfony"
  ],
  "author": "Hussard <adrien.ricartnoblet@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/adrienrn/php-mimetyper/issues"
  },
  "dependencies": {
    "mime-db": "~1.23.0"
  }
}
