-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.1 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
{
"dependencies": {
"array-toolkit": "^3.4.2",
"easymidi": "^3.1.0",
"http-server": "^*",
"konduktiva": "^2.6.8",
"lodash": "^4.17.21",
"midi-file-io": "^3.1.3",
"midi-json-parser": "^8.1.35",
"midi-parser-js": "^4.0.4",
"osc": "^*",
"path": "^*",
"perf_hooks": "^*",
"ramda": "^0.29.1",
"socket.io": "^*",
"socket.io-client": "^*",
"tasktimer": "^*",
"tonal": "^*",
"type-check": "^*"
},
"name": "konduktiva",
"version": "2.6.9",
"repository": {
"type": "git",
"url": "git+https://github.com/renickbell/konduktiva.git"
},
"author": "Renick Bell",
"contributors": "Steve Wang, Yiler Huang",
"bugs": {
"url": "https://github.com/renickbell/konduktiva/issues"
},
"license": "GPL-3.0",
"homepage": "https://github.com/renickbell/konduktiva",
"exports": {
".": {
"require": "./src/combined.js",
"import": "./es/combined.mjs"
},
"./src/*": "./src/*.js",
"./src/": "./src/",
"./es/*": "./es/*.js",
"./es/": "./es/"
},
"files": [
"src",
"es",
"musical-environment-viewer"
]
}