UNPKG

runtime-node-net

Version:

Wrapper around runtimejs-tcp with node.js

42 lines (41 loc) 952 B
{ "name": "runtime-node-net", "version": "0.1.6", "description": "Wrapper around runtimejs-tcp with node.js", "main": "index.js", "scripts": { "node-test": "tape test/test.js", "test": "node test/runner.js" }, "repository": { "type": "git", "url": "git+https://github.com/kesla/runtime-node-net.git" }, "author": "David Björklund <david.bjorklund@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/kesla/runtime-node-net/issues" }, "homepage": "https://github.com/kesla/runtime-node-net#readme", "dependencies": { "es6-class": "^0.9.5", "is-ip": "^1.0.0" }, "devDependencies": { "http-node": "0.0.2", "runtime-tools": "^1.4.0", "runtimeify": "^1.0.0", "runtimejs": "^0.1.25", "split": "^1.0.0", "tap-finished": "0.0.1", "tape": "^4.0.0" }, "keywords": [ "runtimejs" ], "browserify": { "transform": [ "es6-class" ] } }