-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 767 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 767 Bytes
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
{
"name": "watchit",
"version": "1.0.0",
"description": "A self-hosted Reddit subreddit tracker that sends you email notifications for new, filtered posts.",
"main": "main.js",
"dependencies": {
"mailcomposer": "^0.2.12",
"mailgun": "^0.5.0",
"minimist": "^1.2.0",
"readline-sync": "^1.2.19",
"request": "^2.60.0",
"sendgrid": "^1.9.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/analytalica/Watchit.git"
},
"author": "analytalica",
"license": "ISC",
"bugs": {
"url": "https://github.com/analytalica/Watchit/issues"
},
"homepage": "https://github.com/analytalica/Watchit#readme"
}