initial commit

This commit is contained in:
Andrew Gundersen 2021-07-26 14:08:25 -05:00
commit 1d75db5bde
33 changed files with 2327 additions and 0 deletions

14
package.json Normal file
View file

@ -0,0 +1,14 @@
{
"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
}