about summary refs log blame commit diff stats
path: root/package.json
blob: 0e9fc66efc06a572e150e77af4f070751b0cd33d (plain) (tree)
1
2
3
4
5
6
7
8
9

                      
                     

                  
              

                                                           
    


                                                
                     

   
{
  "name": "uv_link_t",
  "version": "1.0.5",
  "private": true,
  "keywords": [],
  "scripts": {
    "build": "gypkg build uv_link_t.gyp",
    "test": "npm run build && ./out/Release/uv_link_t-test"
  },
  "author": "Fedor Indutny <fedor@indutny.com>",
  "license": "MIT",
  "dependencies": {
    "gypkg": "^2.3.0"
  }
}