-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.32 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
{
"name": "facet",
"version": "1.5.4",
"description": "Facet is a live coding system for algorithmic music",
"main": "index.js",
"directories": {
"example": "examples"
},
"dependencies": {
"@tonaljs/midi": "^4.9.0",
"axios": "^0.27.2",
"body-parser": "^1.20.2",
"bootstrap-growl": "^3.1.3",
"codemirror": "^5.65.16",
"cors": "^2.8.5",
"express": "^4.18.2",
"fft-js": "^0.0.12",
"jshint": "^2.13.6",
"midi-writer-js": "^3.1.1",
"node-wav": "^0.0.2",
"open": "^8.4.2",
"os-utils": "0.0.14",
"osc-js": "^2.4.0",
"pngjs": "^7.0.0",
"socket.io": "^4.7.3",
"strip-comments": "^2.0.1",
"sync-request": "^6.1.0",
"tonal": "^4.14.2",
"wavefile": "^11.0.0",
"wavesurfer.js": "^7.4.6",
"webmidi": "^3.1.7",
"ws": "^8.14.2"
},
"scripts": {
"facet": "node js/process_manager.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mjcella/facet.git"
},
"keywords": [
"livecoding",
"generative-art",
"midi",
"dsp",
"music",
"algorithmic-music",
"generative-music",
"patterns",
"audio"
],
"author": "Michael Cella",
"license": "GPL-3.0 license",
"bugs": {
"url": "https://github.com/mjcella/facet/issues"
},
"homepage": "https://github.com/mjcella/facet#readme"
}