nodeaudio/package.json
Andrew Gundersen 1d75db5bde initial commit
2021-07-26 14:08:25 -05:00

14 lines
265 B
JSON

{
"name": "function_arguments",
"version": "0.0.0",
"description": "Node.js Addons Example #2",
"main": "binding.js",
"private": true,
"dependencies": {
"bindings": "~1.2.1"
},
"scripts": {
"test": "node binding.js"
},
"gypfile": true
}