Initial commit, demo program, wraps a C++ double in a JS object
[node_zettair.git] / binding.gyp
1 {
2   "targets": [
3     {
4       "target_name": "zet",
5       "sources": ["zetjs.cpp"]
6     }
7   ]
8 }