blob: debbd492cf210d3def1c71002e07f1b9873a9dcf (
plain) (
tree)
|
|
{
"name": "unit-http",
"version": "%%VERSION%%",
"description": "HTTP module for NGINX Unit",
"main": "http.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
}
|