xref: /unit/src/nodejs/unit-http/package.json (revision 868:fd323ad9e24f)
1{
2    "name": "unit-http",
3    "version": "1.0.0",
4    "description": "HTTP module for NGINX Unit",
5    "main": "http.js",
6    "files": [
7        "addon.cpp",
8        "binding.gyp",
9        "http_server.js",
10        "http.js",
11        "package.json",
12        "socket.js",
13        "unit.cpp",
14        "unit.h",
15        "README.md"
16    ],
17    "scripts": {
18        "clean": "node-gyp clean",
19        "configure": "node-gyp configure",
20        "build": "node-gyp build",
21        "install": "node-gyp configure build"
22    },
23    "author": "Alexander Borisov",
24    "license": "Apache-2.0",
25    "gypfile": true
26}
27