{ "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" }