package.json (view raw)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
{
"name": "private-trackers-spreadsheet",
"version": "1.0.0",
"description": "[Private Trackers Spreadsheet](https://hdvinnie.github.io/Private-Trackers-Spreadsheet/) - This comparative table of torrent trackers originates from discussions on [Reddit](https://www.reddit.com/r/trackers/comments/ehd7oy/new_private_trackers_spreadsheet/).",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"js-yaml": "^3.13.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/werrpy/Private-Trackers-Spreadsheet.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/werrpy/Private-Trackers-Spreadsheet/issues"
},
"homepage": "https://github.com/werrpy/Private-Trackers-Spreadsheet#readme"
}
|