{ "name": "iso-stream-http", "version": "0.1.2", "description": "Isomorphic/Universal implementation of the node http module", "main": "index.js", "repository": "hugomrdias/iso-stream-http", "browser": { "./index.js": "./index.browser.js" }, "files": [ "lib", "index.js", "index.browser.js" ], "scripts": { "test-browser": "airtap --loopback airtap.local -- test/browser/*.js", "test-browser-local": "airtap --no-instrument --local 8080 -- test/browser/*.js" }, "author": "Hugo Dias", "license": "MIT", "bugs": "https://github.com/hugomrdias/iso-stream-http/issues", "homepage": "https://github.com/hugomrdias/iso-stream-http#readme", "keywords": [ "http", "stream", "streaming", "fetch", "node http" ], "dependencies": { "builtin-status-codes": "^3.0.0", "inherits": "^2.0.1", "readable-stream": "^3.1.1" }, "devDependencies": { "airtap": "^0.1.0", "basic-auth": "^2.0.1", "brfs": "^2.0.1", "cookie-parser": "^1.4.3", "express": "^4.16.3", "np": "^4.0.2", "tape": "^4.9.0", "ua-parser-js": "^0.7.18", "webworkify": "^1.5.0" } }