UNPKG

transporter.io

Version:

a transporter transport system over websockets.

32 lines (31 loc) 840 B
{ "name": "transporter.io-exec", "version": "0.0.0", "description": "Exec transport for transporter.io", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/leostera/transporter.io-exec" }, "keywords": [ "transporter.io", "transport", "exec" ], "author": { "name": "Leandro Ostera", "email": "sayhi@leostera.com" }, "license": "MIT", "bugs": { "url": "https://github.com/leostera/transporter.io-exec/issues" }, "dependencies": {}, "readme": "# Exec transport for transporter.io\n\nIt just executes the message you pass to it and uses the options as the arguments.", "readmeFilename": "README.md", "_id": "transporter.io-exec@0.0.0", "_from": "transporter.io-exec@*" }