mirror of
https://github.com/leoherzog/TorrentParts.git
synced 2026-01-24 04:08:04 -08:00
28 lines
691 B
JSON
28 lines
691 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",
|
|
"dropzone": "latest",
|
|
"mime-types": "^2.1.27",
|
|
"parse-torrent": "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"
|
|
}
|