{
  'targets': [
    {
      'target_name': 'unix_dgram',
      'sources': [ 'src/unix_dgram.cc' ],
      'include_dirs': [
        '<!(node -e "require(\'nan\')")'
      ],
      'cflags': [ "-Wno-cast-function-type" ]
    }
  ]
}