-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 1.08 KB
/
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
31
32
33
34
35
36
{
"name": "facebook-group-keyword-notifications",
"version": "0.0.1",
"description": "A tool to scan the posts of predefined facebook groups, looking for predefined keywords and sending out notifications for new posts.",
"main": "run.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"check-groups": "node --experimental-modules run.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jaydlawrence/facebook-group-keyword-notifications.git"
},
"keywords": [
"facebook",
"groups",
"notifications",
"keywords"
],
"author": "Jayd Lawrence",
"license": "ISC",
"bugs": {
"url": "https://github.com/jaydlawrence/facebook-group-keyword-notifications/issues"
},
"homepage": "https://github.com/jaydlawrence/facebook-group-keyword-notifications#readme",
"devDependencies": {
"eslint": "^5.3.0",
"eslint-config-airbnb": "17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.0"
},
"dependencies": {
"fb": "^2.0.0"
}
}