noflo-runtime-msgflo
Version:
NoFlo runtime for Node.js over AMQP/MQTT etc
39 lines (38 loc) • 916 B
JSON
{
"name": "noflo-runtime-msgflo",
"description": "NoFlo runtime for Node.js over AMQP/MQTT etc",
"version": "0.0.5",
"author": {
"name": "Jon Nordby",
"email": "jononor@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/noflo/noflo-runtime-msgflo.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/noflo/noflo-runtime-msgflo/raw/master/LICENSE"
}
],
"dependencies": {
"async": "^0.9.0",
"coffee-script": "^1.9.0",
"commander": "^2.1.0",
"debug": "^2.2.0",
"msgflo": "^0.2.4",
"noflo": "^0.5.11"
},
"devDependencies": {
"chai": "^1.10.0",
"grunt": "~0.4.1",
"mocha": "^2.2.5",
"noflo-core": "^0.1.11",
"randomstring": "^1.0.3"
},
"main": "./runtime/network.js",
"scripts": {
"test": "mocha --reporter spec --compilers coffee:coffee-script/register spec/*.coffee"
}
}