UNPKG

msgflo

Version:

Polyglot FBP runtime based on message queues

54 lines (53 loc) 1.38 kB
{ "name": "msgflo", "description": "Polyglot FBP runtime based on message queues", "version": "0.7.6", "author": { "name": "Jon Nordby", "email": "jononor@gmail.com" }, "repository": { "type": "git", "url": "git://github.com/msgflo/msgflo.git" }, "license": "MIT", "dependencies": { "async": "^0.9.0", "bluebird": "^3.0.5", "coffee-script": "^1.8.0", "commander": "^2.6.0", "debug": "^2.1.2", "fbp": "^1.1.4", "js-yaml": "^3.4.2", "msgflo-nodejs": "^0.5.0", "node-insights": "^1.0.14", "uuid": "^2.0.1", "websocket": "^1.0.17" }, "devDependencies": { "amqplib": "^0.4.1", "chai": "~1.9.0", "coffeelint": "^1.14.2", "fbp-protocol": "^0.1.6", "fbp-spec": "^0.1.8", "grunt": "~0.4.1", "grunt-coffeelint": "~0.0.6", "grunt-mocha-test": "^0.12.2", "grunt-shell-spawn": "^0.3.1", "mocha": "~1.21.0", "mqtt": "~1.4.0" }, "keywords": [], "bin": { "msgflo": "./bin/msgflo", "msgflo-jobstats-newrelic": "./bin/msgflo-jobstats-newrelic", "msgflo-register-foreign": "./bin/msgflo-register-foreign", "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" } }