{
  "name": "node-libtorrent-mt",
  "description": "rb-libtorrent bindings for node.js (fork with fixes)",
  "author": "Martin Trojer <martin.trojer@gmail.com>",
  "homepage": "https://github.com/martintrojer/node-libtorrent",
  "repository": {
    "type": "git",
    "url": "https://github.com/martintrojer/node-libtorrent.git"
  },
  "bugs": {
    "url": "https://github.com/martintrojer/node-libtorrent/issues"
  },
  "main": "./lib/libtorrent.js",
  "version": "0.0.4",
  "engines": {
    "node": ">= 0.8.0"
  },
  "dependencies": {},
  "scripts": {
    "install": "node-gyp rebuild",
    "test": "jasmine-node --coffee spec/"
  },
  "keywords": [
    "libtorrent",
    "torrents"
  ],
  "readmeFilename": "README.md",
  "gypfile": true,
  "directories": {
    "example": "examples"
  },
  "license": "MIT"
}
