noflo-runtime-msgflo
Version:
NoFlo runtime for Node.js over AMQP/MQTT etc
50 lines (49 loc) • 1.13 kB
JSON
{
"name": "noflo-runtime-msgflo",
"description": "NoFlo runtime for Node.js over AMQP/MQTT etc",
"version": "0.12.0",
"author": {
"name": "Jon Nordby",
"email": "jononor@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/noflo/noflo-runtime-msgflo.git"
},
"license": "MIT",
"keywords": [
"noflo",
"msgflo",
"mqtt",
"amqp"
],
"dependencies": {
"amqplib": "^0.5.1",
"async": "^2.5.0",
"coffeescript": "^2.0.2",
"commander": "^2.10.0",
"debug": "^3.0.0",
"fbp": "^1.6.0",
"mqtt": "^2.7.1",
"msgflo-nodejs": "^0.11.1",
"newrelic": "^1.39.0",
"noflo": "^1.0.0",
"noflo-runtime-base": "^0.9.0",
"uuid": "^3.0.1"
},
"devDependencies": {
"chai": "^4.0.0",
"mocha": "^3.1.0",
"noflo-core": ">= 0.4.0",
"noflo-objects": ">= 0.3.0",
"msgflo": "^0.11.0",
"randomstring": "^1.1.0"
},
"bin": {
"noflo-runtime-msgflo": "./bin/noflo-runtime-msgflo"
},
"main": "./runtime/network.js",
"scripts": {
"test": "mocha --reporter spec --require coffeescript/register spec/*.coffee"
}
}