{
  "targets": [
    {
      "target_name": "binding",
      "sources": [ "binding.c" ],
      "cflags": ["-std=c99"]
    },
    {
      "target_name": "copy",
      "type": "none",
      "dependencies": [ "binding" ],
      "copies": [
        {
          'destination': '<(module_root_dir)',
          'files': ['<(module_root_dir)/build/Release/binding.node']
        }
      ]
    }
  ]
}
