15 lines
278 B
JSON
15 lines
278 B
JSON
{
|
|
"name": "NodeAudio",
|
|
"version": "0.0.0",
|
|
"description": "NodeJS bindings for PortAudio",
|
|
"main": "index.js",
|
|
"private": true,
|
|
"dependencies": {
|
|
"bindings": "~1.2.1",
|
|
"sleep": "^6.3.0"
|
|
},
|
|
"scripts": {
|
|
"test": "node test.js"
|
|
},
|
|
"gypfile": true
|
|
}
|