-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.5 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
52
53
54
55
56
57
58
59
60
61
62
{
"name": "msvr",
"version": "0.0.1",
"description": "Modular Synthesis in VR",
"main": "server.js",
"scripts": {
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/worldmaking/mischmasch.git"
},
"author": "Alice Lab",
"license": "MIT",
"bugs": {
"url": "https://github.com/worldmaking/mischmasch/issues"
},
"homepage": "https://github.com/worldmaking/mischmasch#readme",
"dependencies": {
"@mapbox/node-pre-gyp": "^1.0.10",
"array-equal": "^1.0.0",
"automerge": "^1.0.1-preview.7",
"boring-name-generator": "^1.0.3",
"chroma-js": "^2.4.2",
"cycle": "^1.0.3",
"date-and-time": "^3.0.3",
"deep-equal": "^2.0.5",
"express": "^4.18.1",
"flags": "^0.1.3",
"gl-matrix": "^3.3.0",
"http": "0.0.1-security",
"into-stream": "^8.0.0",
"lepikevents": "^2.0.3",
"lodash": "^4.17.21",
"microtime": "^3.1.1",
"moment": "^2.29.4",
"png-js": "^1.0.0",
"progress": "^2.0.3",
"public-ip": "^4.0.4",
"reconnecting-websocket": "^4.4.0",
"replaceall": "^0.1.6",
"socket.io-client": "^4.7.1",
"tiny-queue": "^0.2.1",
"to-readable-stream": "^4.0.0",
"url": "^0.11.0",
"username": "^5.1.0",
"utf8array2str": "^1.0.0",
"util": "^0.12.5",
"uuid": "^9.0.0",
"write-csv": "^1.0.0",
"wrtc": "^0.4.7",
"ws": "^6.2.2",
"yargs": "^15.4.1"
},
"nodemonConfig": {
"ignore": [
"test/*",
"docs/*"
],
"ext": "js html"
}
}