{
  "name": "musicmetadata",
  "version": "2.0.0",
  "homepage": "https://github.com/leetreveil/node-musicmetadata",
  "authors": [
    "Lee Treveil <leetreveil@gmail.com>"
  ],
  "description": "Streaming music metadata parser for node and the browser.",
  "main": "dist/musicmetadata.js",
  "keywords": [
    "id3",
    "music",
    "tag",
    "audio",
    "mp3",
    "wma"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests",
    "lib",
    "example",
    "package.json"
  ]
}
