-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 939 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
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "slackbot-russia-2018-world-cup",
"version": "1.0.0",
"description": "A bot for slack to message about matches of the 2018 FIFA World Cup",
"main": "index.js",
"scripts": {
"start": "node index.js football-data"
},
"engines": {
"node": "8.11.2"
},
"keywords": [
"fifa",
"slack",
"slackbot",
"russia",
"node",
"nodejs",
"football-data",
"football",
"soccer"
],
"author": "Nicolas Padula ([email protected])",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/nahog/slackbot-russia-2018-world-cup.git"
},
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"lodash": ">=4.17.21",
"moment": "^2.22.2",
"node-schedule": "^1.3.0",
"path": "^0.12.7",
"request": "^2.87.0",
"slack-node": "^0.1.8",
"translations": "^2.2.1",
"winston": "^3.0.0"
}
}