{
  "name": "mqlight",
  "version": "2.0.2019041500",
  "description": "IBM MQ Light Client Module",
  "author": "IBM MQ Light <mqlight@uk.ibm.com>",
  "homepage": "https://developer.ibm.com/messaging/mq-light/",
  "repository": {
    "type": "git",
    "url": "https://github.com/mqlight/nodejs-mqlight.git"
  },
  "tonicExampleFilename": "samples/tonic-example.js",
  "bugs": {
    "url": "https://ibm.biz/mqlight-forum",
    "email": "mqlight@uk.ibm.com"
  },
  "keywords": [
    "simple",
    "robust",
    "messaging",
    "AMQP",
    "offload",
    "responsive"
  ],
  "main": "mqlight.js",
  "bin": {
    "mqlight-debug": "./bin/mqlight-debug.js"
  },
  "dependencies": {
    "amqp10-link-cache": "1.2.2",
    "debug": "^2.2.0",
    "moment": "^2.24.0",
    "mqlight-forked-amqp10": "=3.5.3-1.fork",
    "nopt": "~3.0.6",
    "npmlog": "~2.0.4",
    "uuid": "^2.0.2"
  },
  "devDependencies": {
    "bluebird": "^3.4.6",
    "eslint": "^3.4.0",
    "eslint-config-xo": "^0.15.4",
    "istanbul": ">0.0.0",
    "nodeunit": ">0.0.0"
  },
  "license": "Apache-2.0",
  "scripts": {
    "lint": "node ./node_modules/.bin/eslint mqlight.js",
    "test": "npm run lint && node ./node_modules/istanbul/lib/cli.js cover ./node_modules/nodeunit/bin/nodeunit -- --config test/nodeunit.json test"
  },
  "engines": {
    "node": ">=4.0.0"
  }
}
