-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 778 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 778 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
{
"name": "assignment2",
"version": "1.0.0",
"description": "Cloud Computing",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jeffrey0312/CAB432_A2.git"
},
"author": "kwanhyun kim / jeffrey",
"license": "ISC",
"bugs": {
"url": "https://github.com/Jeffrey0312/CAB432_A2/issues"
},
"homepage": "https://github.com/Jeffrey0312/CAB432_A2#readme",
"dependencies": {
"aws-sdk": "^2.1017.0",
"axios": "^0.24.0",
"console": "^0.7.2",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"pug": "^3.0.2",
"redis": "^3.1.2",
"spotify-web-api-node": "^5.0.2"
}
}