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

                        
                             


                                                

                    
                    
                   
                  
                         
                     

                       
                      







                                      







                                             
                            
                   
 
{
    "name": "unit-http",
    "version": "%%VERSION%%",
    "description": "HTTP module for NGINX Unit",
    "main": "http.js",
    "files": [
        "unit.h",
        "version.h",
        "addon.cpp",
        "unit.cpp",
        "http.js",
        "http_server.js",
        "nxt_napi.h",
        "package.json",
        "socket.js",
        "binding.gyp",
        "README.md",
        "websocket.js",
        "websocket_connection.js",
        "websocket_frame.js",
        "websocket_request.js",
        "websocket_router.js",
        "websocket_router_request.js",
        "websocket_server.js"
    ],
    "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
}