{
  "name": "mp3skull",
  "version": "1.0.5",
  "description": "Search and stream MP3s from mp3skull.",
  "main": "index.js",
  "keywords": [
    "mp3skull",
    "mp3",
    "stream",
    "download",
    "search"
  ],
  "author": "Mister Hat <misterhat144@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "cheerio": "^0.20.0",
    "lazystream": "^1.0.0",
    "needle": "^1.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/misterhat/mp3skull.git"
  },
  "bugs": {
    "url": "https://github.com/misterhat/mp3skull/issues"
  },
  "homepage": "https://github.com/misterhat/mp3skull",
  "scripts": {
    "test": "tap test.js"
  }
}
