magnet2torrent
Version:
convert magnet uri to torrent file
41 lines (40 loc) • 957 B
JSON
{
"name": "magnet2torrent",
"version": "1.0.3",
"description": "convert magnet uri to torrent file",
"main": "index.js",
"bin": "bin/magnet2torrent.js",
"engines": {
"io.js": "*"
},
"scripts": {
"test": "npm run lint && npm run test-ci",
"test-ci": "mocha",
"test-cov": "istanbul cover _mocha --report lcovonly",
"lint": "eslint *.js test/ && echo Lint passed."
},
"repository": {
"type": "git",
"url": "https://github.com/killwing/magnet2torrent.git"
},
"keywords": [
"magnet",
"torrent"
],
"author": "Kelvin Chen",
"license": "MIT",
"bugs": {
"url": "https://github.com/killwing/magnet2torrent/issues"
},
"homepage": "https://github.com/killwing/magnet2torrent#readme",
"dependencies": {
"magnet-uri": "^5.0.0",
"request": "^2.57.0"
},
"devDependencies": {
"eslint": "^0.22.1",
"mocha": "^2.2.5",
"istanbul": "^0.3.15",
"coveralls": "^2.11.2"
}
}