-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 762 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 762 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
29
30
31
32
33
34
{
"name": "netflix-clone",
"version": "1.0.0",
"description": "Webpage for the CappacitaDev program",
"main": "views/server.js",
"scripts": {
"start": "nodemon ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/JairNeto1/netflix-clone.git"
},
"keywords": [
"TMDB",
"API",
"Cappacit"
],
"author": "Jair Neto",
"license": "ISC",
"bugs": {
"url": "https://github.com/JairNeto1/netflix-clone/issues"
},
"homepage": "https://github.com/JairNeto1/netflix-clone#readme",
"dependencies": {
"axios": "^0.21.4",
"body-parser": "^1.19.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"fetch": "^1.1.0",
"knex": "^0.95.11",
"mysql3": "^0.6.0",
"nodemon": "^2.0.12"
}
}