-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
56 lines (56 loc) · 1.02 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
{
"name": "audio-sponge",
"description": "generate music",
"version": "0.0.0",
"repository": {
"type": "git",
"url": "http://github.com/1j01/audio-sponge.git"
},
"bugs": {
"url": "http://github.com/1j01/audio-sponge/issues"
},
"license": "GPL-3.0",
"keywords": [
"audio",
"sound",
"music",
"generation",
"generator",
"procedural",
"pcg",
"composer",
"sampler",
"beat",
"beats",
"rhythm",
"dumb",
"sponge",
"soak",
"squeeze",
"drip",
"drop",
"stream",
"station",
"radio",
"fm",
"am"
],
"scripts": {
"start": "zoo coffee server/server.coffee"
},
"dependencies": {
"async": "^3.2.0",
"cheerio": "^1.0.0-rc.3",
"coffeescript": "2.5.1",
"express": "^4.17.1",
"fsu": "^2.0.2",
"glob": "^7.1.6",
"music-metadata": "^7.0.2",
"node-soundcloud": "0.0.6",
"random-words": "^1.1.1",
"request": "^2.88.2",
"socket.io": "2.3.0",
"throttle": "^1.0.3",
"zoo": "^0.1.10"
}
}