-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 995 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
39
40
{
"name": "soundflow",
"version": "0.1.0",
"description": "Sound environment for playing sound",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mprinc/soundflow.git"
},
"keywords": [
"audio",
"commons",
"sound",
"flow",
"interactive",
"play",
"music"
],
"author": "Sasha Rudan",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/mprinc/soundflow/issues"
},
"homepage": "https://github.com/mprinc/soundflow#readme",
"dependencies": {
"blessed": "^0.1.81",
"lame": "^1.2.4",
"ogg": "^1.2.5",
"play": "^0.5.0",
"play-sound": "^1.1.2",
"sound-player": "^1.0.13",
"soundplayer": "^1.1.1",
"speaker": "^0.4.1",
"vorbis": "^0.2.2",
"wav": "^1.0.2"
}
}