{ "name": "net-browserify", "version": "0.1.6", "description": "A port of the net module for the browser.", "author": { "name": "Emersion", "email": "contact@emersion.fr" }, "license": "MIT", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/emersion/net-browserify.git" }, "keywords": [ "browserify", "net", "browser" ], "bugs": { "url": "https://github.com/emersion/net-browserify/issues" }, "homepage": "https://github.com/emersion/net-browserify", "registry": "npm", "format": "cjs", "ignore": [ "node_modules" ], "dependencies": { "net": "github:jspm/nodelibs-net@^0.1.0", "crypto": "github:jspm/nodelibs-crypto@^0.1.0", "stream": "github:jspm/nodelibs-stream@^0.1.0", "util": "github:jspm/nodelibs-util@^0.1.0", "timers": "github:jspm/nodelibs-timers@^0.1.0", "http": "github:jspm/nodelibs-http@^1.7.0", "buffer": "github:jspm/nodelibs-buffer@^0.1.0", "process": "github:jspm/nodelibs-process@^0.1.0" } }