-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.18 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "meeting",
"version": "0.0.0-alpha",
"description": "Simple Two Person Video Chat",
"keywords": [
"video",
"meeting",
"chat",
"nodejs",
"lit-html"
],
"author": {
"name": "Alan Chandler",
"url": "http://www.chandlerfamily.org.uk"
},
"license": "GPL-3.0-or-later",
"repository": {
"type": "git",
"url": "https://github.com/akc42/meeting.git"
},
"dependencies": {
"@akc42/app-utils": "^1.0.1",
"@akc42/distributed-router": "^1.0.2",
"@akc42/server-utils": "^1.0.5",
"@webcomponents/webcomponentsjs": "^2.4.2",
"bcrypt": ">=5.0.0",
"better-sqlite3": "^7.1.0",
"body-parser": "^1.19.0",
"chalk": "^3.0.0",
"debug": "^4.2.0",
"dotenv": "^8.2.0",
"finalhandler": "^1.1.2",
"html-to-text": "^5.1.1",
"jwt-simple": "^0.5.6",
"lit-element": "^2.2.1",
"nodemailer": "^6.4.14",
"peer": "^0.5.3",
"require-all": "^3.0.0",
"router": "^1.3.4",
"server-destroy": "^1.0.1",
"socket.io": "^2.3.0",
"uuid": "^8.3.1"
},
"scripts": {
"prepare": "rollup --config"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^7.1.1",
"rollup": "^1.32.1"
}
}