-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 859 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
{
"name": "fepl",
"version": "2.0.0",
"description": "track fantasy.premierleague.com",
"main": "app.js",
"engines": {
"node": "14.13.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jyotman/fantasyEPL.git"
},
"keywords": [
"football"
],
"author": "Jyotman Singh",
"license": "ISC",
"bugs": {
"url": "https://github.com/jyotman/fantasyEPL/issues"
},
"homepage": "https://fantasy-bot.herokuapp.com/",
"dependencies": {
"body-parser": "^1.18.2",
"debug": "^2.6.9",
"ejs": "^2.5.7",
"express": "^4.16.1",
"morgan": "^1.9.0",
"redis": "^2.8.0",
"request": "^2.83.0",
"serve-favicon": "^2.4.5"
},
"devDependencies": {
"nodemon": "^2.0.7"
}
}