UNPKG

node-libtorrent

Version:
34 lines (33 loc) 768 B
{ "name": "node-libtorrent", "description": "rb-libtorrent bindings for node.js", "author": "Kirill Fomichev <fanatid@ya.ru>", "homepage": "http://fanatid.github.io/node-libtorrent/", "repository": { "type": "git", "url": "https://github.com/fanatid/node-libtorrent.git" }, "bugs": { "url": "https://github.com/fanatid/node-libtorrent/issues" }, "main": "./lib/libtorrent.js", "version": "0.0.2", "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" }