-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1 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
37
38
39
40
41
42
43
44
45
{
"name": "eskombros-api",
"version": "1.0.0",
"description": "a friendly sport club API",
"main": "app.js",
"scripts": {
"start": "node ./bin/www",
"dev": "nodemon ./bin/www"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ruloalonso/eskombros-api.git"
},
"keywords": [
"eskombros",
"api",
"sport",
"friends"
],
"author": "Rulo Alonso",
"license": "ISC",
"bugs": {
"url": "https://github.com/ruloalonso/eskombros-api/issues"
},
"homepage": "https://github.com/ruloalonso/eskombros-api#readme",
"dependencies": {
"axios": "^0.18.0",
"bcrypt": "^3.0.1",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"debug": "^4.0.1",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"express-session": "^1.15.6",
"http-errors": "^1.7.1",
"mongoose": "^5.3.1",
"morgan": "^1.9.1",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"path": "^0.12.7"
},
"devDependencies": {
"nodemon": "^1.18.4"
}
}