-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
30 lines (30 loc) · 823 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "mass-reddit-downvoter",
"version": "1.0.0",
"description": "A NodeJS CLI tool that massively downvotes comments with [snoowrap](https://github.com/not-an-aardvark/snoowrap) ",
"main": "downvoter.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ItsIgnacioPortal/mass-reddit-downvoter.git"
},
"keywords": [
"reddit",
"downvote",
"petty",
"revenge"
],
"author": "ItsIgnacioPortal",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/ItsIgnacioPortal/mass-reddit-downvoter/issues"
},
"homepage": "https://github.com/ItsIgnacioPortal/mass-reddit-downvoter",
"dependencies": {
"moment": "^2.20.1",
"snoowrap": "^1.15.1",
"yargs": "^10.0.3"
}
}