Rename nodejs example directory

This commit is contained in:
Joseph Henry
2021-02-23 21:32:02 -08:00
parent 888030c827
commit cfe3811a4a
12 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
{
"name": "libzt",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node test.js",
"preinstall": "mkdir -p libzt; cd libzt; ln -sf ../../../include; ln -sf ../../../lib",
"autogypi": "autogypi",
"node-gyp": "node-gyp",
"ndts": "ndts",
"install": "autogypi && node-gyp configure build"
},
"author": "",
"license": "MIT",
"dependencies": {
"@mcesystems/nbind": "^0.3.18",
"autogypi": "^0.2.2",
"nbind": "github:charto/nbind",
"node-gyp": "^7.0.0"
}
}