bruslim/peerface

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "peerface",
  "version": "0.0.8a",
  "description": "bittorrent peer communication library",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "bitfield": "^1.0.2",
    "rsvp": "^3.0.9"
  },
  "devDependencies": {
    "tape": "^2.14.0"
  },
  "scripts": {
    "test": "node ./test/messages.test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bruslim/peerface.git"
  },
  "keywords": [
    "bittorrent"
  ],
  "author": "bruslim",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bruslim/peerface/issues"
  },
  "homepage": "https://github.com/bruslim/peerface"
}