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