UNPKG

imux

Version:

Node.js integration with MIT-xperts iMux Multiplexer

33 lines (32 loc) 708 B
{ "name": "imux", "description": "Node.js integration with MIT-xperts iMux Multiplexer", "version": "0.0.5", "main": "./imux.js", "license": "MIT", "author": "Jon Ribeiro <contact@jonathas.com>", "scripts": { "start": "node app.js", "prestart": "npm install" }, "homepage": "https://github.com/jonathas/imux-node", "repository": { "type": "git", "url": "https://github.com/jonathas/imux-node.git" }, "bugs": { "url": "https://github.com/jonathas/imux-node/issues" }, "keywords": [ "imux", "multiplexer", "dvb", "dsm-cc", "hbbtv" ], "dependencies": { "mime": "^2.2.0", "request": "^2.88.0", "request-promise": "^4.2.2" } }