Publishable version, rename zetjs to @ndcode/zettair, add license to every file
[node_zettair.git] / binding.gyp
1 {
2   "targets": [
3     {
4       "target_name": "zettair",
5       "sources": ["zettair.cpp"],
6       "libraries": ["-lzet"]
7     }
8   ]
9 }