{
  "name": "msgflo-nodejs",
  "description": "Node.js participant support for MsgFlo",
  "version": "0.11.1",
  "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",
    "chance": "^1.0.4",
    "coffeescript": "^2.0.2",
    "commander": "^2.6.0",
    "debug": "^3.0.0",
    "fbp": "^1.1.2",
    "newrelic": "^1.39.0",
    "uuid": "^3.0.1"
  },
  "devDependencies": {
    "amqplib": "^0.5.1",
    "chai": "^4.1.0",
    "grunt": "^1.0.1",
    "grunt-contrib-coffee": "^2.0.0",
    "grunt-mocha-test": "^0.13.2",
    "grunt-shell-spawn": "^0.3.1",
    "mocha": "^4.0.0",
    "mqtt": "^2.7.1"
  },
  "keywords": [],
  "bin": {
    "msgflo-nodejs": "./bin/msgflo-nodejs"
  },
  "scripts": {
    "test": "grunt test"
  }
}
