UNPKG

noflo-runtime-websocket

Version:

NoFlo runtime for execution on Node.js over WebSockets

48 lines (47 loc) 1.1 kB
{ "name": "noflo-runtime-websocket", "description": "NoFlo runtime for execution on Node.js over WebSockets", "version": "0.13.0", "author": { "name": "Henri Bergius", "email": "henri.bergius@iki.fi" }, "repository": { "type": "git", "url": "git://github.com/noflo/noflo-runtime-websocket.git" }, "license": "MIT", "dependencies": { "commander": "^6.1.0", "debug": "^4.1.1", "noflo-runtime-base": "^0.13.0", "websocket": "~1.0.24" }, "keywords": [ "noflo" ], "devDependencies": { "coveralls": "^3.0.0", "eslint": "^7.9.0", "eslint-config-airbnb-base": "^14.2.0", "eslint-plugin-import": "^2.8.0", "fbp-protocol": "^0.9.8", "fbp-protocol-healthcheck": "^1.1.0", "mocha": "^8.1.3", "noflo-core": ">= 0.6.0", "nyc": "^15.1.0" }, "main": "./runtime/network.js", "scripts": { "pretest": "eslint runtime/*.js", "test": "nyc mocha --exit spec/*.js" }, "bin": { "noflo-websocket-runtime": "./bin/noflo-websocket-runtime" }, "nyc": { "include": [ "runtime/*.js" ] } }