{
  "name": "yt2mp3",
  "version": "0.0.5",
  "description": "A terminal program that downloads YouTube videos as MP3 files using www.youtube-mp3.org",
  "author": {
    "name": "Rugvip",
    "url": "http://github.com/rugvip"
  },
  "bin": {
    "yt2mp3": "./yt2mp3.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Rugvip/yt2mp3.git"
  },
  "keywords": [
    "youtube",
    "mp3",
    "download",
    "binary",
    "terminal"
  ],
  "preferGlobal": "true",
  "main": "./yt2mp3.js",
  "licenses": "MIT",
  "dependencies": {
    "colors": "0.6.x",
    "request": "2.30.x",
    "lodash": "2.4.x",
    "async": "0.2.x",
    "charm": "0.2.x",
    "string": "1.7.x",
    "sprintf": "~0.1.3"
  },
  "engines": {
    "node": ">=0.10.0"
  }
}
