-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
38 lines (38 loc) · 973 Bytes
/
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
{
"name": "livecodingspace",
"description": "LiveCoding.Space",
"version": "0.8.1",
"author": "Nikolai Suslov",
"homepage": "https://livecoding.space",
"repository": {
"type": "git",
"url": "https://github.com/NikolaySuslov/livecodingspace.git"
},
"main": "index.js",
"dependencies": {
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"connect-history-api-fallback": "^1.6.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"gun": "0.2020.520",
"lcs-reflector": "0.7.2",
"morgan": "^1.10.0",
"serve-index": "^1.9.1",
"serve-static": "^1.14.1",
"socket.io": "3.0.5",
"yargs": "16.2.0"
},
"scripts": {
"start": "node index.js",
"startSSL": "node index.js -p 3007 -s -k ./certs/server-key.pem -c ./certs/server-crt.pem -t ./certs/ca-crt.pem -w 12345"
},
"keywords": [
"krestianstvo",
"webvr",
"webxr",
"live coding"
],
"readmeFilename": "README.md",
"license": "MIT"
}