-
Notifications
You must be signed in to change notification settings - Fork 149
/
package.json
44 lines (44 loc) · 915 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
41
42
43
44
{
"name": "speaker",
"version": "0.5.5",
"license": "(MIT AND LGPL-2.1-only)",
"description": "Output PCM audio data to the speakers",
"author": "Nathan Rajlich <[email protected]> (http://tootallnate.net)",
"repository": "TooTallNate/node-speaker",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "standard && node-gyp rebuild --mpg123-backend=dummy && mocha --reporter spec"
},
"dependencies": {
"bindings": "^1.3.0",
"buffer-alloc": "^1.1.0",
"debug": "^4.0.0"
},
"devDependencies": {
"@types/node": "^12.12.14",
"mocha": "^6.2.2",
"standard": "^14.3.1"
},
"engines": {
"node": ">=8.6"
},
"keywords": [
"pcm",
"audio",
"sound",
"music",
"output",
"speaker",
"headphone",
"alsa",
"coreaudio",
"openal",
"sdl",
"portaudio",
"jack",
"oss",
"pulse",
"mpg123"
]
}