{
  "name": "parse-torrent",
  "description": "Parse a torrent identifier (magnet uri, .torrent file, info hash)",
  "version": "4.0.0",
  "author": {
    "name": "Feross Aboukhadijeh",
    "email": "feross@feross.org",
    "url": "http://feross.org/"
  },
  "bin": {
    "parse-torrent": "./bin/cmd.js"
  },
  "bugs": {
    "url": "https://github.com/feross/parse-torrent/issues"
  },
  "dependencies": {
    "magnet-uri": "^4.0.0",
    "parse-torrent-file": "^2.0.0"
  },
  "devDependencies": {
    "brfs": "^1.0.0",
    "standard": "^2.2.1",
    "tape": "^3.0.3",
    "zuul": "^1.16.3"
  },
  "homepage": "https://github.com/feross/parse-torrent",
  "keywords": [
    "torrent",
    "parse torrent",
    "read torrent",
    ".torrent",
    "peer-to-peer",
    "bittorrent",
    "webtorrent"
  ],
  "license": "MIT",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/feross/parse-torrent.git"
  },
  "scripts": {
    "test": "standard && npm run test-node && npm run test-browser",
    "test-browser": "zuul -- test/*.js",
    "test-browser-local": "zuul --local -- test/*.js",
    "test-node": "tape test/*.js"
  },
  "testling": {
    "files": "test/*.js"
  },
  "gitHead": "471526be317b4d60e5b1f2eaecb9b1af328ba391",
  "_id": "parse-torrent@4.0.0",
  "_shasum": "bdf118b5e59eadfbf5ad4795dbf1765b2ec46a25",
  "_from": "parse-torrent@>=4.0.0 <5.0.0",
  "_npmVersion": "2.3.0",
  "_nodeVersion": "0.10.35",
  "_npmUser": {
    "name": "feross",
    "email": "feross@feross.org"
  },
  "maintainers": [
    {
      "name": "feross",
      "email": "feross@feross.org"
    }
  ],
  "dist": {
    "shasum": "bdf118b5e59eadfbf5ad4795dbf1765b2ec46a25",
    "tarball": "http://registry.npmjs.org/parse-torrent/-/parse-torrent-4.0.0.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/parse-torrent/-/parse-torrent-4.0.0.tgz"
}
