forked from joeferner/node-portaudio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 796 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": "portaudio",
"description": "Node bindings for PortAudio",
"author": "Joe Ferner <[email protected]>",
"keywords": [
"portaudio",
"audio",
"raw",
"play",
"wav"
],
"version": "0.0.3",
"maintainers": [
{ "name": "Joe Ferner", "email": "[email protected]" }
],
"bugs": {
"url": "https://github.com/joeferner/node-portaudio/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/joeferner/node-portaudio.git"
},
"engines": {
"node": "~0.8.0"
},
"dependencies": {
"bindings": "~1.0.0"
},
"devDependencies": {
"nodeunit": "~0.7.4"
},
"scripts": {
"install": "node-gyp configure build",
"test": "./node_modules/.bin/nodeunit test"
},
"main": "./portAudio.js"
}