1
0
Fork 0
mirror of https://api.glitch.com/git/yaswvc synced 2026-01-12 01:38:10 +00:00
yaswvc/package.json
Glitch (peerjs-video) e961d21432 💏🍣 Checkpoint
2020-12-16 18:51:26 +00:00

24 lines
412 B
JSON

{
"name": "yaswvc",
"version": "0.0.1",
"description": "Yet Another Simple WebRTC Video Chat",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.17.1",
"peer": "^0.5.3",
"ejs": "^3.1.5",
"dotenv": "^8.2.0"
},
"engines": {
"node": "12.x"
},
"license": "MIT",
"keywords": [
"node",
"glitch",
"express"
]
}