1
0
Fork 0
mirror of https://api.glitch.com/git/yaswvc synced 2026-01-12 03:28:11 +00:00
yaswvc/package.json
Glitch (peerjs-video) 7cbe9a1ba3 🌴🚶 Checkpoint
./README.md:5975361/1332
./package.json:5975361/375
./views/index.html:5975361/154
./public/main.js:5975361/152
2020-09-07 20:21:49 +00:00

22 lines
No EOL
366 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"
},
"engines": {
"node": "12.x"
},
"license": "MIT",
"keywords": [
"node",
"glitch",
"express"
]
}