{
  "name": "icy",
  "description": "Node.js module for parsing and/or injecting ICY metadata",
  "version": "2.1.0",
  "author": "Nathan Rajlich <nathan@tootallnate.net>",
  "repository": {
    "type": "git",
    "url": "git://github.com/TooTallNate/node-icy.git"
  },
  "license": "MIT",
  "keywords": [
    "icy",
    "shoutcast",
    "icecast",
    "radio",
    "internet",
    "metadata",
    "stream"
  ],
  "dependencies": {
    "debug": "2",
    "readable-stream": "1.0",
    "stream-parser": "~0.3.0"
  },
  "devDependencies": {
    "mocha": "*"
  },
  "main": "./index.js",
  "scripts": {
    "test": "mocha --reporter spec"
  },
  "engines": {
    "node": "*"
  }
}
