forked from AudioNet/node-core-audio
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 937 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
{
"name": "node-core-audio",
"version": "0.5.0",
"author": "Mike Vegeto <michael.vegeto@gmail.com> (http://mikevegeto.com/)",
"contributors": [
"Marc J. Schmidt <marc@kryn.org> (http://marcjschmidt.de/)",
"Jeremiah Senkpiel <fishrock123@rocketmail.com> (http://searchbeam.jit.su/)",
"Daniel Church <CrazyNorman@gmail.com> (https://github.com/anprogrammer/)"
],
"dependencies": {
"nan": "^2.4.0"
},
"description": "Core native node.js audio functionality, including sound card access and audio streaming",
"main": "./node-core-audio",
"scripts": {
"test": "node test/test.js"
},
"engines": {
"node": ">=0.12.0"
},
"keywords": [
"audio",
"dsp",
"processing",
"portaudio",
"sound",
"synth",
"signal",
"streaming",
"buffer"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "http://github.com/ZECTBynmo/node-core-audio.git"
}
}