UNPKG

1.28 kBJSONView Raw
1{
2 "name": "noflo-runtime-msgflo",
3 "description": "NoFlo runtime for Node.js over AMQP/MQTT etc",
4 "version": "0.7.1",
5 "author": {
6 "name": "Jon Nordby",
7 "email": "jononor@gmail.com"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git://github.com/noflo/noflo-runtime-msgflo.git"
12 },
13 "licenses": "MIT",
14 "dependencies": {
15 "amqplib": "^0.4.1",
16 "async": "~1.5.2",
17 "coffee-script": "~1.10.0",
18 "commander": "~2.8.1",
19 "debug": "~2.2.0",
20 "fbp": "~1.2.1",
21 "mqtt": "~1.4.0",
22 "msgflo-nodejs": "~0.5.1",
23 "newrelic": "~1.27.2",
24 "noflo": "~0.7.6",
25 "noflo-runtime-base": "~0.7.3",
26 "uuid": "~2.0.1"
27 },
28 "devDependencies": {
29 "chai": "^3.5.0",
30 "mocha": "^2.4.3",
31 "noflo-core": "^0.3.0",
32 "noflo-objects": "^0.1.12",
33 "msgflo": "^0.7.2",
34 "randomstring": "^1.1.0"
35 },
36 "bin": {
37 "noflo-runtime-msgflo": "./bin/noflo-runtime-msgflo"
38 },
39 "main": "./runtime/network.js",
40 "scripts": {
41 "test": "mocha --reporter spec --compilers coffee:coffee-script/register spec/*.coffee"
42 },
43 "noflo": {
44 "components": {
45 "TestDelayOrError": "components/TestDelayOrError.coffee"
46 },
47 "graphs": {
48 "RepeatTest": "graphs/repeat.fbp",
49 "IIPKickTest": "graphs/kickiip.fbp"
50 }
51 }
52}