Welcome to mirror list, hosted at ThFree Co, Russian Federation.

binding.gyp « type-tag « napi « benchmark - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 413621ade335a18eb1e775033ce946dca0434452 (plain)
1
2
3
4
5
6
7
8
{
  'targets': [
    {
      'target_name': 'binding',
      'sources': [ 'binding.c' ]
    }
  ]
}