{ "name": "httpsys", "author": { "name": "Tomasz Janczuk ", "url": "http://tomasz.janczuk.org", "twitter": "tjanczuk" }, "version": "0.3.3-pre", "description": "Native HTTP stack for Node.js on Windows", "tags" : ["http", "https", "http.sys", "windows"], "main": "./lib/httpsys.js", "licenses": [ { "type": "Apache", "url": "http://www.apache.org/licenses/LICENSE-2.0" } ], "os": [ "win32" ], "devDependencies": { "mocha": "1.8.1", "ws": "0.4.27", "socket.io": "0.9.16", "socket.io-client": "0.9.16", "connect": "~2.12.0" }, "homepage": "https://github.com/tjanczuk/httpsys", "repository": { "type": "git", "url": "git@github.com:tjanczuk/httpsys.git" }, "bugs" : { "url" : "http://github.com/tjanczuk/httpsys/issues" }, "scripts": { "install": "tools\\install.bat", "test": "test\\test.bat" } }