mirror of
https://github.com/leoherzog/TorrentParts.git
synced 2026-01-23 19:58:03 -08:00
30 lines
736 B
JSON
30 lines
736 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": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/leoherzog/TorrentParts/issues"
|
|
},
|
|
"homepage": "https://github.com/leoherzog/TorrentParts"
|
|
}
|