Publishable version, rename zetjs to @ndcode/zettair, add license to every file
[node_zettair.git] / binding.gyp
index 1221fbe..84f53b0 100644 (file)
@@ -1,10 +1,8 @@
 {
   "targets": [
     {
-      "target_name": "zet",
-      "sources": ["zetjs.cpp"],
-      "cflags": ["-I$$HOME/include"],
-      "library_dirs": ["$$HOME/lib"],
+      "target_name": "zettair",
+      "sources": ["zettair.cpp"],
       "libraries": ["-lzet"]
     }
   ]