mirror of
https://api.glitch.com/git/yaswvc
synced 2026-01-12 03:18:10 +00:00
./package.json:5975361/753 ./server.js:5975361/152 ./views/index.ejs:5975361/5530 ./public/main.js:5975361/69
23 lines
No EOL
387 B
JSON
23 lines
No EOL
387 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"
|
|
},
|
|
"engines": {
|
|
"node": "12.x"
|
|
},
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"node",
|
|
"glitch",
|
|
"express"
|
|
]
|
|
} |