-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.16 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
46
{
"name": "ironhack-week-6-project-movie-app",
"version": "1.0.0",
"description": "Week 6 project - Full Stack Application",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Frankie-B/ironhack-week-6-project-movie-app.git"
},
"keywords": [
"Movies",
"IronHack",
"Web",
"Development",
"Project",
"Full",
"stack",
"Application"
],
"author": "Miranda M. Kamp & Francis K. Bukenya",
"license": "ISC",
"bugs": {
"url": "https://github.com/Frankie-B/ironhack-week-6-project-movie-app/issues"
},
"homepage": "https://github.com/Frankie-B/ironhack-week-6-project-movie-app#readme",
"dependencies": {
"axios": "^0.19.2",
"bcrypt": "^4.0.1",
"body-parser": "^1.19.0",
"bootstrap": "^4.4.1",
"connect-mongo": "^3.2.0",
"dotenv": "^8.2.0",
"eslint-plugin-hbs": "^1.0.0",
"express": "^4.17.1",
"express-session": "^1.17.0",
"hbs": "^4.1.0",
"mongoose": "^5.9.5",
"multer": "^1.4.2",
"sanitize": "^2.1.0"
},
"devDependencies": {}
}