-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1015 Bytes
/
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
{
"name": "screen-share",
"version": "1.0.0",
"description": "This is a Screen Sharing application made using HTML,CSS,JS,JQuery,WebRTC,Socket.io,NodeJS",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"dev": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SanskarModi22/Screen-Share.git"
},
"author": "Sanskar Modi",
"license": "ISC",
"bugs": {
"url": "https://github.com/SanskarModi22/Screen-Share/issues"
},
"homepage": "https://github.com/SanskarModi22/Screen-Share#readme",
"dependencies": {
"dotenv": "^16.0.1",
"ejs": "^3.1.8",
"express": "^4.18.1",
"express-session": "^1.17.3",
"nodemon": "^2.0.16",
"passport": "^0.6.0",
"passport-google-oauth": "^2.0.0",
"socket.io": "^4.5.1"
},
"engines": {
"node": "^10"
}
}