summaryrefslogblamecommitdiffhomepage
path: root/src/nodejs/unit-http/package.json
blob: 6a2cd27ce17f8fab7f2b6df4e9aff9bfb4b9d0dc (plain) (tree)






















                                                
                            
                   
 
{
    "name": "unit-http",
    "version": "1.0.0",
    "description": "HTTP module for NGINX Unit",
    "main": "http.js",
    "files": [
        "addon.cpp",
        "binding.gyp",
        "http_server.js",
        "http.js",
        "package.json",
        "socket.js",
        "unit.cpp",
        "unit.h",
        "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
}