-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 768 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 768 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
{
"name": "networkfilemanager",
"version": "1.0.1",
"description": "\"Node.JS application for transporting files trought the home network\"",
"main": "server.js",
"scripts": {
"start": "sudo npx nodemon --ignore ./db/ server.js -default-addr-name wlo1 -save-files false -write-log true",
"test": "start"
},
"author": "Nikola-Mircic",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"express": "^4.19.2",
"express-fileupload": "^1.2.1",
"jquery": "^3.5.1",
"morgan": "^1.10.0",
"nodemon": "^2.0.16",
"request-ip": "^3.3.0",
"socket.io": "^4.7.1",
"socket.io-client": "^4.5.2",
"socket.io-file": "^2.0.31",
"socket.io-file-client": "^2.0.13",
"socketio-file-upload": "^0.7.3"
}
}