summaryrefslogblamecommitdiffhomepage
path: root/src/nodejs/unit-http/package.json
blob: 13c910186b954288339889ea1e2ca93e14de090f (plain) (tree)
1
2
3
4
5
6
7
8
9





                                                

                    
                    
                   
                  
                         

                       
                      








                                             
                            
                   
 
{
    "name": "unit-http",
    "version": "1.0.0",
    "description": "HTTP module for NGINX Unit",
    "main": "http.js",
    "files": [
        "unit.h",
        "version.h",
        "addon.cpp",
        "unit.cpp",
        "http.js",
        "http_server.js",
        "package.json",
        "socket.js",
        "binding.gyp",
        "README.md"
    ],
    "scripts": {
        "clean": "node-gyp clean",
        "configure": "node-gyp configure",
        "build": "node-gyp build",
        "install": "node-gyp configure build"
    },
    "author": "Alexander Borisov",
    "license": "Apache-2.0",
    "gypfile": true
}