dot-torrent
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "dot-torrent", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Parse and create torrent files.", | ||
@@ -23,3 +23,6 @@ "main": "./lib/index.js", | ||
"parser", | ||
"file" | ||
"file", | ||
"read", | ||
"create", | ||
"generate" | ||
], | ||
@@ -26,0 +29,0 @@ "author": "isolomak", |
@@ -11,3 +11,3 @@ | ||
Parse and create [torrent](https://en.wikipedia.org/wiki/Torrent_file) files. | ||
Library for parsing and creating [torrent](https://en.wikipedia.org/wiki/Torrent_file) files. | ||
@@ -14,0 +14,0 @@ Fast and easy to use. |
29979