{
  "name": "get-torrent",
  "description": "Parse a torrent identifier (magnet uri, .torrent file, info hash)",
  "version": "1.0.0",
  "author": {
    "name": "WebTorrent, LLC",
    "email": "feross@webtorrent.io",
    "url": "https://webtorrent.io"
  },
  "bin": "./bin/cmd.js",
  "bugs": {
    "url": "https://github.com/webtorrent/parse-torrent/issues"
  },
  "dependencies": {
    "bencode": "^2.0.0",
    "simple-sha1": "^3.0.0",
    "uniq": "^1.0.1",
    "blob-to-buffer": "^1.2.6",
    "get-stdin": "^7.0.0",
    "magnet-uri": "^5.1.3",
    "simple-get": "^3.0.1"
  },
  "devDependencies": {
    "brfs": "^2.0.0",
    "standard": "*",
    "tape": "^4.0.0",
    "webtorrent-fixtures": "^1.0.0",
    "xtend": "^4.0.0"
  },
  "keywords": [
    ".torrent",
    "bittorrent",
    "parse torrent",
    "peer-to-peer",
    "read torrent",
    "torrent",
    "webtorrent"
  ],
  "license": "MIT",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/webtorrent/parse-torrent.git"
  },
  "scripts": {
    "test": "standard && tape test/*.js test/node/*.js"
  }
}
