-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.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
46
47
{
"name": "musicart-issp-project",
"version": "1.0.0",
"description": "",
"main": "server.js",
"engines": {
"node": "16.13.0"
},
"scripts": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hiimfam/musicart-issp-project.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hiimfam/musicart-issp-project/issues"
},
"homepage": "https://github.com/hiimfam/musicart-issp-project#readme",
"dependencies": {
"aws-sdk": "^2.1024.0",
"bcrypt": "^5.0.1",
"bcryptjs": "^2.4.3",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-ejs-layouts": "^2.5.1",
"express-session": "^1.17.2",
"mongodb": "^4.1.2",
"mongoose": "^6.0.6",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"request": "^2.88.2",
"spotify-web-api-node": "^5.0.2",
"stripe": "^8.176.0"
},
"devDependencies": {
"dotenv": "^10.0.0",
"nodemon": "^2.0.13"
}
}