nodeaudio/package.json

14 lines
270 B
JSON

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