UNPKG

1.06 kBJSONView Raw
1{
2 "name": "noflo-runtime-msgflo",
3 "description": "NoFlo runtime for Node.js over AMQP/MQTT etc",
4 "version": "0.1.11",
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": [
14 {
15 "type": "MIT",
16 "url": "https://github.com/noflo/noflo-runtime-msgflo/raw/master/LICENSE"
17 }
18 ],
19 "dependencies": {
20 "async": "1.4.2",
21 "coffee-script": "1.10.0",
22 "commander": "2.8.1",
23 "debug": "2.2.0",
24 "fbp": "1.1.3",
25 "msgflo": "0.4.2",
26 "newrelic": "1.22.1",
27 "noflo": "0.5.13"
28 },
29 "devDependencies": {
30 "chai": "1.10.0",
31 "grunt": "0.4.5",
32 "mocha": "2.3.3",
33 "noflo-core": "0.1.14",
34 "noflo-objects": "0.1.12",
35 "randomstring": "1.1.0"
36 },
37 "bin": {
38 "noflo-runtime-msgflo": "./bin/noflo-runtime-msgflo"
39 },
40 "main": "./runtime/network.js",
41 "scripts": {
42 "test": "mocha --reporter spec --compilers coffee:coffee-script/register spec/*.coffee"
43 }
44}