Skip to content

Commit 42cc23a

Browse files
committed
chore: update package.json
1 parent 3d26ac3 commit 42cc23a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"name": "peer-proxmity-voice-demo",
3-
"version": "2.0.0",
4-
"description": "A demo of a proximity voice chatroom using peerjs",
2+
"name": "proxmity-chat",
3+
"version": "1.0.1",
4+
"description": "Video chat system with audio volume dependent on your proximity to others. This naturally promotes forming groups, ideal for social gatherings.",
55
"main": "main.js",
66
"scripts": {
77
"start": "node --trace-warnings main.js",
88
"lint": "eslint .",
99
"lint-fix": "eslint . --fix",
1010
"gen-ssl-certs": "openssl req -new -newkey rsa:2048 -nodes -keyout ./cert/key.pem -x509 -out ./cert/cert.pem -days 365 -subj /C=NL/ST=NB/L=Eindhoven/O=Disc/CN=www.demos.nl"
1111
},
12-
"author": "Meshiest",
13-
"license": "CC0 1.0 Universal",
12+
"author": "Dennis Collaris",
13+
"license": "SEE LICENSE IN LICENSE",
1414
"dependencies": {
1515
"express": "^4.17.1",
1616
"mediasoup": "^3.6.31",

0 commit comments

Comments
 (0)