Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
team-pct authored May 21, 2020
0 parents commit 777c3d1
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# TorrentCollection
8 changes: 8 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
const leet = require('xtorrent');
const rbg = require('torrentapi-wrapper2');
const tpb = require('thepiratebay');
module.exports = {
leet: leet,
rbg: rbg,
tpb: tpb
};
21 changes: 21 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@

{
"name": "torrentcollection2",
"version": "0.0.8",
"description": "TorrentCollection for Popcorn Time",
"repository": {
"type": "git",
"url": "https://github.com/team-pct/TorrentCollection"
},
"bugs": {
"url": "https://github.com/team-pct/TorrentCollection/issues"
},
"contributors": {
"name": "Popcorn Time"
},
"dependencies": {
"thepiratebay": "1.4.7",
"torrentapi-wrapper2": "0.0.3",
"xtorrent": "1.0.0"
}
}

0 comments on commit 777c3d1

Please sign in to comment.