{
  "name": "salamander",
  "version": "0.0.4",
  "description": "A set of modules for writing BitTorrent applications",
  "keywords": [
    "bittorrent",
    "bittorrent client",
    "bittorrent framework",
    "bittorent library",
    "bittorrent protocol",
    "torrent",
    "peer-to-peer",
    "protocol",
    "wire",
    "peer",
    "p2p"
  ],
  "main": "src/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/alexahn/salamander.git"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "MIT",
  "dependencies": {
    "async": "^1.5.0",
    "bencode": "^0.7.0",
    "bn.js": "^4.1.1",
    "buffer-equal": "0.0.1",
    "fs-extra": "^0.26.2",
    "hat": "0.0.3",
    "javascript-state-machine": "^2.3.5",
    "bitfield": "^1.1.2",
    "underscore": "^1.8.3",
    "uuid": "^2.0.1"
  },
  "devDependencies": {
    "gulp": "^3.9.0",
    "gulp-eslint": "^1.1.1"
  }
}
