v1
This commit is contained in:
parent
1d75db5bde
commit
d32989cc81
135 changed files with 17183 additions and 669 deletions
11
package.json
11
package.json
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue