UNPKG
torrent-read
Version:
latest (1.0.2)
1.0.2
1.0.1
The simplest torrent file parser.
github.com/RobbinZhu/torrent-read
RobbinZhu/torrent-read
torrent-read
/
package.json
15 lines
(14 loc)
•
308 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"name"
:
"torrent-read"
,
"version"
:
"1.0.2"
,
"description"
:
"The simplest torrent file parser."
,
"repository"
:
"https://github.com/RobbinZhu/torrent-read.git"
,
"main"
:
"index.js"
,
"keywords"
:
[
"Torrent"
,
"Bencoding"
,
"BitTorrent"
]
,
"author"
:
"Robbin.Zhu"
,
"license"
:
"ISC"
}