-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 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
{
"name": "martinbarker.me",
"version": "1.0.0",
"description": "personal website",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "docker build -t alien35/node-web-app .",
"startd": "docker run -p 49160:8080 -d alien35/node-web-app",
"open": "open http://localhost:49160",
"s": "nodemon server.js -e js,handlebars",
"start": "node server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.21.4",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"disconnect": "^1.2.1",
"dotenv": "^10.0.0",
"exif-parser": "^0.1.12",
"express": "^4.17.1",
"express-handlebars": "^4.0.4",
"fluent-ffmpeg": "^2.1.2",
"fs": "0.0.1-security",
"googleapis": "^112.0.0",
"handlebars": "^4.7.6",
"https-proxy-agent": "^5.0.0",
"imagemagick": "^0.1.3",
"mongo": "^0.1.0",
"mongodb": "^3.6.0",
"mongoose": "^5.10.0",
"music-metadata": "^7.0.2",
"node-vibrant": "^3.1.5",
"nodemon": "^2.0.12",
"request": "^2.88.2",
"socket.io": "^4.3.1",
"socket.io-client": "^4.3.2",
"spotify-web-api-node": "^4.0.0"
}
}