{
  "name": "lukasreschke/id3parser",
  "homepage" : "https://github.com/LukasReschke/ID3Parser/",
  "require" : {
    "php" : ">=5.4.0"
  },
  "license": "GPL",
  "keywords": ["php","tags","codecs"],
  "autoload" : {
    "psr-4" : {
      "ID3Parser\\" : "src/"
    }
  }
}