16 lines
297 B
JSON
16 lines
297 B
JSON
{
|
|
"name": "@crimata/nodeaudio",
|
|
"version": "0.0.0",
|
|
"description": "NodeJS bindings for PortAudio",
|
|
"main": "./index.js",
|
|
"dependencies": {
|
|
"bindings": "~1.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"sleep": "^6.3.0"
|
|
},
|
|
"scripts": {
|
|
"test": "node test.js"
|
|
},
|
|
"gypfile": true
|
|
}
|