initial commit
This commit is contained in:
commit
1d75db5bde
33 changed files with 2327 additions and 0 deletions
14
package.json
Normal file
14
package.json
Normal 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
|
||||
}
|
||||
Loading…
Reference in a new issue