This commit is contained in:
Andrew Gundersen 2021-08-13 14:55:14 -05:00
commit d32989cc81
135 changed files with 17183 additions and 669 deletions

View file

@ -1,14 +1,15 @@
{
"name": "function_arguments",
"name": "NodeAudio",
"version": "0.0.0",
"description": "Node.js Addons Example #2",
"main": "binding.js",
"description": "NodeJS bindings for PortAudio",
"main": "index.js",
"private": true,
"dependencies": {
"bindings": "~1.2.1"
"bindings": "~1.2.1",
"sleep": "^6.3.0"
},
"scripts": {
"test": "node binding.js"
"test": "node test.js"
},
"gypfile": true
}