UNPKG

msgflo

Version:

Polyglot FBP runtime based on message queues

58 lines (57 loc) 1.53 kB
{ "name": "msgflo", "description": "Polyglot FBP runtime based on message queues", "version": "0.12.3", "author": { "name": "Jon Nordby", "email": "jononor@gmail.com" }, "repository": { "type": "git", "url": "git://github.com/msgflo/msgflo.git" }, "license": "MIT", "dependencies": { "async": "^2.1.4", "bluebird": "^3.0.5", "commander": "^2.6.0", "debug": "^3.0.0", "fbp": "^1.1.4", "js-yaml": "^3.4.2", "msgflo-nodejs": "^0.11.1", "node-insights": "^1.0.14", "uuid": "^3.0.1", "websocket": "^1.0.17" }, "devDependencies": { "amqplib": "^0.5.1", "chai": "^4.1.0", "coffee-script": "^1.12.7", "coffeescript": "^2.0.2", "coffeelint": "^2.0.0", "fbp-protocol": "^0.9.0", "fbp-spec": "^0.6.6", "grunt": "~1.0.1", "grunt-contrib-coffee": "^2.0.0", "grunt-gh-pages": "^2.0.0", "grunt-jekyll": "^0.4.6", "grunt-mocha-test": "^0.13.2", "grunt-shell-spawn": "^0.3.1", "mocha": "^5.0.0", "mqtt": "^2.13.0" }, "keywords": [], "bin": { "msgflo": "./bin/msgflo", "msgflo-jobstats-newrelic": "./bin/msgflo-jobstats-newrelic", "msgflo-register-foreign": "./bin/msgflo-register-foreign", "msgflo-register": "./bin/msgflo-register", "msgflo-dump-message": "./bin/msgflo-dump-message", "msgflo-send-message": "./bin/msgflo-send-message", "msgflo-procfile": "./bin/msgflo-procfile", "msgflo-setup": "./bin/msgflo-setup" }, "scripts": { "test": "grunt test" } }