{
  "name": "torrentjs",
  "version": "1.0.0",
  "description": "\"p2p Torrent tracker with kademlia overlay and webrtc on nodejs\"",
  "main": "app.js",
  "scripts": {
    "test": "node app.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/2XL/torrentjs.git"
  },
  "keywords": [
    "nodejs",
    "torrent",
    "webrtc",
    "kademlia",
    "bitorrent",
    "javascript"
  ],
  "author": "chenglong.zou",
  "authorurl": "http://github.com/2XL",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/2XL/torrentjs/issues"
  },
  "homepage": "https://github.com/2XL/torrentjs#readme"
}
