Files
TorrentParts/package.json
2020-07-01 21:03:05 -04:00

30 lines
745 B
JSON

{
"name": "torrentparts",
"version": "0.0.1",
"description": "📑 A website to inspect and edit Torrent files and Magnet URLs",
"main": "bundle.js",
"dependencies": {
"Buffer": "latest",
"browserify": "latest",
"bytes": "latest",
"clipboard": "latest",
"dropzone": "latest",
"mime-types": "latest",
"parse-torrent": "latest",
"webtorrent": "latest"
},
"devDependencies": {
"watchify": "latest"
},
"repository": {
"type": "git",
"url": "https://github.com/leoherzog/TorrentParts.git"
},
"author": "Leo Herzog",
"license": "CC BY-SA 4.0",
"bugs": {
"url": "https://github.com/leoherzog/TorrentParts/issues"
},
"homepage": "https://github.com/leoherzog/TorrentParts"
}